diff options
| author | Gavin Andresen <[email protected]> | 2013-03-15 16:23:35 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-03-17 15:35:36 -0400 |
| commit | 34d62a8efe4c51b2dd73d56fa03001d4accee4ad (patch) | |
| tree | 3aa7b66f627098438c59f6c78df1b6822dbf2a78 /share/setup.nsi | |
| parent | Checkpoint at first block in 11 March chain fork (diff) | |
| download | archived-discoin-0.8.1.tar.xz archived-discoin-0.8.1.zip | |
Set version numbers for 0.8.1 releasev0.8.1
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 307db6f62..54d8b14de 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.8.0
+!define VERSION 0.8.1
!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.8.0-win32-setup.exe
+OutFile bitcoin-0.8.1-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.8.0.0
+VIProductVersion 0.8.1.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
|