aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-01-10 15:58:29 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2012-01-10 15:58:29 -0500
commit98811f6ad4764f63e510d703d1659589c083fa05 (patch)
treebeed0c2d3fe15938f81c48dca26fbbdeefced108 /share
parent83201b12ae10267204e2652d653fe5521ef736eb (diff)
downloadbitcoin-98811f6ad4764f63e510d703d1659589c083fa05.tar.xz
Bump version to 0.5.3
Diffstat (limited to 'share')
-rw-r--r--share/setup.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/setup.nsi b/share/setup.nsi
index abf5c566b5..12a1a532da 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.5.2
+!define VERSION 0.5.3
!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.5.2-win32-setup.exe
+OutFile bitcoin-0.5.3-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.5.2.0
+VIProductVersion 0.5.3.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"