diff options
| author | Satoshi Nakamoto <[email protected]> | 2010-07-31 20:12:05 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-07-31 20:12:05 +0000 |
| commit | 73aa262647ff9948eaf95e83236ec323347e95d0 (patch) | |
| tree | e98a3a0ac2caa95047eb09ee7e8ea0ff817a0d9d /setup.nsi | |
| parent | simplified makefile.unix, updated build-unix.txt instructions to include boos... (diff) | |
| download | discoin-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.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |