aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-05-08 15:22:02 -0400
committerGregory Maxwell <greg@xiph.org>2012-05-08 15:22:02 -0400
commita5f95d75a150c3a46488cc8a49653de7fd91f5f2 (patch)
treec5d7700e5e56035be3694267440597aaf84558c5 /share
parent1f7e0e51aa2ae6e1aafed52731a4a0fe714a3657 (diff)
downloadbitcoin-a5f95d75a150c3a46488cc8a49653de7fd91f5f2.tar.xz
Increase client version to 0.6.99
Diffstat (limited to 'share')
-rw-r--r--share/setup.nsi6
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}"