From d38c6488d067c2e88726e2ca99bc76fd67dab49b Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 30 Jan 2013 14:19:09 -0500 Subject: Bump version numbers for 0.8 release Version numbers changed from 0.7.99 to 0.8.0 Set CLIENT_VERSION_IS_RELEASE to remove pre-release warning Updated copyright in COPYING and doc/READMEs to 2013 Updated doc/release-notes.txt --- share/setup.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/setup.nsi') diff --git a/share/setup.nsi b/share/setup.nsi index ead20a5c4e..307db6f623 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.7.99 +!define VERSION 0.8.0 !define COMPANY "Bitcoin project" !define URL http://www.bitcoin.org/ @@ -45,13 +45,13 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile bitcoin-0.7.99-win32-setup.exe +OutFile bitcoin-0.8.0-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.7.99.0 +VIProductVersion 0.8.0.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" -- cgit v1.2.3