aboutsummaryrefslogtreecommitdiff
path: root/share/setup.nsi
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-05-06 20:11:05 -0400
committerGavin Andresen <[email protected]>2012-05-08 12:58:39 -0400
commit8ff1873096d29a105ea98d6cd03c4f8f7b9cea0f (patch)
tree621c382e3480b84c328bdd814f5ffe2865b7208c /share/setup.nsi
parentBugfix: store source address in addrman (diff)
downloaddiscoin-0.6.2.tar.xz
discoin-0.6.2.zip
Bump versions for 0.6.2v0.6.2
Diffstat (limited to 'share/setup.nsi')
-rw-r--r--share/setup.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/setup.nsi b/share/setup.nsi
index 10bf36b4c..fb122efc1 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.2
!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.2-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.6.1.3
+VIProductVersion 0.6.2.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"