Bump version numbers to prep for 0.8.4 release

This commit is contained in:
Gavin Andresen
2013-08-20 11:20:04 +10:00
parent 40809aed65
commit 6929f2a45f
7 changed files with 9 additions and 94 deletions

View File

@@ -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}"