X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;h=b4bf3cff4715a02bc7a5dc252af74ec354fcfefb;hp=888c8ea5383be33b1040b19c812fd625d7d72264;hb=24a0def8cda671e9faedb84e6590eb761ba7487e;hpb=116df55e21e5380c1cf4bccc62546757d44c1294 diff --git a/share/setup.nsi b/share/setup.nsi index 888c8ea..b4bf3cf 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.3.24 +!define VERSION 0.3.25 !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.3.24-win32-setup.exe +OutFile bitcoin-0.3.25-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.3.24.0 +VIProductVersion 0.3.25.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"