diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-07-13 01:19:26 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-07-13 01:19:26 -0400 |
commit | 24a0def8cda671e9faedb84e6590eb761ba7487e (patch) | |
tree | 5c7bb95f534ac82abc0895e26e588dc3b2840b02 /share/setup.nsi | |
parent | 116df55e21e5380c1cf4bccc62546757d44c1294 (diff) |
Bump version to 0.3.25
Yes, we might release as v0.4, but let's just do a simple increment
for now.
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 888c8ea538..b4bf3cff47 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.3.24
+!define VERSION 0.3.25
!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.3.24-win32-setup.exe
+OutFile bitcoin-0.3.25-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.3.24.0
+VIProductVersion 0.3.25.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
|