aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-11-22 20:03:33 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-11-22 20:03:33 +0000
commit0dba651def56ccf6f2bf78ac9cc9e6edf97bc668 (patch)
tree5412cad4dfad03c29a2cfe9cb5c2b6d3acba07fb /share
parent0d989a99d045d692695d6890b37ccb679f03c6ba (diff)
downloadbitcoin-0dba651def56ccf6f2bf78ac9cc9e6edf97bc668.tar.xz
Bump versions for 0.7.2 release, including updated release notes
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 fd7451ea76..8bf55850af 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.7.1
+!define VERSION 0.7.2
!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.7.1-win32-setup.exe
+OutFile bitcoin-0.7.2-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.7.1.0
+VIProductVersion 0.7.2.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"