X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=share%2Fsetup.nsi;fp=share%2Fsetup.nsi;h=49ecdea4dddd901b6727ef11e0589264ba9de18c;hp=3f12dad12c8e99081f1920450fa750eb13a59da7;hb=68c2577c78cbef8e056e85f39ad79f30bf2c40c9;hpb=8da2beaee1c52c452f2677a970a76787027b1ef2 diff --git a/share/setup.nsi b/share/setup.nsi index 3f12dad..49ecdea 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.2.0 +!define VERSION 0.2.1 !define COMPANY "PPCoin project" !define URL http://www.ppcoin.org/ @@ -45,13 +45,13 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile ppcoin-0.2.0-win32-setup.exe +OutFile ppcoin-0.2.1-win32-setup.exe InstallDir $PROGRAMFILES\PPCoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.2.0.0 +VIProductVersion 0.2.1.0 VIAddVersionKey ProductName PPCoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"