X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=2fa4d17aa5f0f96b8ea7284e8e701ecb9292d872;hp=d265302532ca48dfc6f76077047673d881989e85;hb=6f07e22210569da89ae230499efd06689ab2a83c;hpb=09d1484b2293c9e1619fff29a9a41d520cda294b diff --git a/share/setup.nsi b/share/setup.nsi index d265302..2fa4d17 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -4,7 +4,7 @@ RequestExecutionLevel highest # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.3.22 +!define VERSION 0.3.23 !define COMPANY "Bitcoin project" !define URL http://www.bitcoin.org/ @@ -39,12 +39,12 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile bitcoin-0.3.22-win32-setup.exe +OutFile bitcoin-0.3.23-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on ShowInstDetails show -VIProductVersion 0.3.22.0 +VIProductVersion 0.3.23.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"