aboutsummaryrefslogtreecommitdiff
path: root/setup.nsi
diff options
context:
space:
mode:
authorSatoshi Nakamoto <[email protected]>2010-07-31 20:12:05 +0000
committerGavin Andresen <[email protected]>2010-07-31 20:12:05 +0000
commit73aa262647ff9948eaf95e83236ec323347e95d0 (patch)
treee98a3a0ac2caa95047eb09ee7e8ea0ff817a0d9d /setup.nsi
parentsimplified makefile.unix, updated build-unix.txt instructions to include boos... (diff)
downloaddiscoin-0.3.7.tar.xz
discoin-0.3.7.zip
fixed segfault in bignum.h, additional security limits, refactoringv0.3.7
-- version 0.3.7
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 92a07b717..72c961b06 100644
--- a/setup.nsi
+++ b/setup.nsi
@@ -7,7 +7,7 @@ RequestExecutionLevel highest
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
-!define VERSION 0.3.6
+!define VERSION 0.3.7
!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.6-win32-setup.exe
+OutFile bitcoin-0.3.7-win32-setup.exe
InstallDir $PROGRAMFILES\Bitcoin
CRCCheck on
XPStyle on
ShowInstDetails show
-VIProductVersion 0.3.6.0
+VIProductVersion 0.3.7.0
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"