diff options
author | Gregory Maxwell <greg@xiph.org> | 2012-05-08 15:22:02 -0400 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2012-05-08 15:22:02 -0400 |
commit | a5f95d75a150c3a46488cc8a49653de7fd91f5f2 (patch) | |
tree | c5d7700e5e56035be3694267440597aaf84558c5 /share/setup.nsi | |
parent | 1f7e0e51aa2ae6e1aafed52731a4a0fe714a3657 (diff) |
Increase client version to 0.6.99
Diffstat (limited to 'share/setup.nsi')
-rw-r--r-- | share/setup.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
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}"
|