diff options
| author | Jeff Garzik <[email protected]> | 2011-07-13 01:19:26 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-07-13 01:19:26 -0400 |
| commit | 24a0def8cda671e9faedb84e6590eb761ba7487e (patch) | |
| tree | 5c7bb95f534ac82abc0895e26e588dc3b2840b02 /share | |
| parent | Update CWallet::LoadWallet for proper return type. (diff) | |
| download | discoin-24a0def8cda671e9faedb84e6590eb761ba7487e.tar.xz discoin-24a0def8cda671e9faedb84e6590eb761ba7487e.zip | |
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')
| -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 888c8ea53..b4bf3cff4 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}"
|