diff options
| author | Gavin Andresen <[email protected]> | 2012-05-06 20:11:05 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-05-08 12:58:39 -0400 |
| commit | 8ff1873096d29a105ea98d6cd03c4f8f7b9cea0f (patch) | |
| tree | 621c382e3480b84c328bdd814f5ffe2865b7208c /share | |
| parent | Bugfix: store source address in addrman (diff) | |
| download | discoin-0.6.2.tar.xz discoin-0.6.2.zip | |
Bump versions for 0.6.2v0.6.2
Diffstat (limited to 'share')
| -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 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}"
|