aboutsummaryrefslogtreecommitdiff
path: root/setup.nsi
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-12-13 16:26:14 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-12-13 16:26:14 +0000
commitfc73ad644f0b87b91f49b7f6f6b2348f78bdbbf4 (patch)
tree32a68bfe30d19ddc66bb974c2b88302c77db2e41 /setup.nsi
parent986b5e257e2bb9d7aaed5111ca335732f8808b2d (diff)
downloadbitcoin-fc73ad644f0b87b91f49b7f6f6b2348f78bdbbf4.tar.xz
-- version 0.3.19 releasev0.3.19
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@201 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'setup.nsi')
-rw-r--r--setup.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.nsi b/setup.nsi
index aee4a528a2..a015bcb232 100644
--- a/setup.nsi
+++ b/setup.nsi
@@ -7,7 +7,7 @@ RequestExecutionLevel highest
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
-!define VERSION 0.3.18
+!define VERSION 0.3.19
!define COMPANY "Bitcoin project"
!define URL http://www.bitcoin.org/
@@ -42,12 +42,12 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English
# Installer attributes
-OutFile bitcoin-0.3.18-win32-setup.exe
+OutFile bitcoin-0.3.19-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
ShowInstDetails show
-VIProductVersion 0.3.18.0
+VIProductVersion 0.3.19.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"