X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=0c0fa048af240c83de33ce456fe64a7fef204cc9;hp=19f5a5329b82f2a7c2bf8cc10f5bfd17967ea951;hb=67c454c67cc7c8f775d38dd024da35101460aed9;hpb=fe9032709c87ec1c577a24a5fd0622268ae2b853 diff --git a/share/setup.nsi b/share/setup.nsi index 19f5a53..0c0fa04 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.5.0 +!define VERSION 0.5.1 !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.5.0-win32-setup.exe +OutFile bitcoin-0.5.1-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.5.0.0 +VIProductVersion 0.5.1.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"