From b34e8c3c369331189c01bcbb7682af9d7daa42cd Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Wed, 4 Aug 2010 01:51:34 +0000 Subject: new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade -- version 0.3.8 --- setup.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.nsi') diff --git a/setup.nsi b/setup.nsi index 72c961b060..9f78c029b8 100644 --- a/setup.nsi +++ b/setup.nsi @@ -7,7 +7,7 @@ RequestExecutionLevel highest # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.3.7 +!define VERSION 0.3.8 !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.7-win32-setup.exe +OutFile bitcoin-0.3.8-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on ShowInstDetails show -VIProductVersion 0.3.7.0 +VIProductVersion 0.3.8.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" -- cgit v1.2.3