X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;fp=share%2Fsetup.nsi;h=5e054908de2b4cacf11aabfca69a6aa4922286c8;hp=fb122efc1f22ea5cfa4c7427876ed5c33bbdb0fa;hb=db4036a829f5e0adc55b6f320b51177e3b518c3e;hpb=40fd689eb1f72f78752d80e91425811d39a4d466 diff --git a/share/setup.nsi b/share/setup.nsi index fb122ef..5e05490 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.2 +!define VERSION 0.6.3 !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.2-win32-setup.exe +OutFile bitcoin-0.6.3-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.6.2.0 +VIProductVersion 0.6.3.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"