From a5f95d75a150c3a46488cc8a49653de7fd91f5f2 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Tue, 8 May 2012 15:22:02 -0400 Subject: Increase client version to 0.6.99 --- share/setup.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/setup.nsi b/share/setup.nsi index 10bf36b4cf..fbbad3769e 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.6.1 +!define VERSION 0.6.99 !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.6.1-win32-setup.exe +OutFile bitcoin-0.6.99-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.6.1.3 +VIProductVersion 0.6.99.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" -- cgit v1.2.3