aboutsummaryrefslogtreecommitdiff
path: root/share/setup.nsi
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-08-20 11:20:04 +1000
committerGavin Andresen <gavinandresen@gmail.com>2013-08-20 11:20:04 +1000
commit6929f2a45fad8949b71340b79af4a49dec00d3f7 (patch)
treedd761aeb58990554fd214ffdfdfe2cdfc04d639a /share/setup.nsi
parent40809aed657502e9de158e2cfe2c659a316f2f90 (diff)
downloadbitcoin-6929f2a45fad8949b71340b79af4a49dec00d3f7.tar.xz
Bump version numbers to prep for 0.8.4 release
Diffstat (limited to 'share/setup.nsi')
-rw-r--r--share/setup.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/setup.nsi b/share/setup.nsi
index b0afd79dc2..a4ad129939 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.3
+!define VERSION 0.8.4
!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.3-win32-setup.exe
+OutFile bitcoin-0.8.4-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.8.3.0
+VIProductVersion 0.8.4.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"