X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=97863f7c1692766019844694e4837760c086aa48;hp=fb9a0c67f265daeb5313a5e1eecdebd70e5ae7d9;hb=8fa32596646312ec4c50e41b7832e8abd2f16948;hpb=cd0527453b3be00b1cb91d6d6a53ff0d5d3029b4 diff --git a/share/setup.nsi b/share/setup.nsi index fb9a0c6..97863f7 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.6.0.7 +!define VERSION 0.6.0.8 !define COMPANY "Bitcoin project" !define URL http://www.bitcoin.org/ @@ -45,13 +45,13 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile bitcoin-0.6.0.7-win32-setup.exe +OutFile bitcoin-0.6.0.8-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.6.0.7 +VIProductVersion 0.6.0.8 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"