diff options
| author | Gavin Andresen <[email protected]> | 2011-09-02 13:31:28 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-02 13:34:56 -0400 |
| commit | 7464e647decace52bc075d9ac8788974504e0bb9 (patch) | |
| tree | 92d013f875a6e72d425d04ac1bcef2e6c0e3d92c /share | |
| parent | Merge pull request #486 from TheBlueMatt/translatefix (diff) | |
| download | discoin-7464e647decace52bc075d9ac8788974504e0bb9.tar.xz discoin-7464e647decace52bc075d9ac8788974504e0bb9.zip | |
Bumped version numbers to 0.4.0rc1v0.4.00rc1
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 b4bf3cff4..6cf477747 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.25
+!define VERSION 0.4.00
!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.25-win32-setup.exe
+OutFile bitcoin-0.4.00-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.3.25.0
+VIProductVersion 0.4.00.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
|