From: Sunny King Date: Fri, 31 Aug 2012 13:43:00 +0000 (+0100) Subject: PPCoin: Update windows build descriptor for release 0.2 X-Git-Tag: v0.4.0-unstable~73 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=09051bd53858adbb0ed5564434e88e0dc8a733cf PPCoin: Update windows build descriptor for release 0.2 --- diff --git a/share/setup.nsi b/share/setup.nsi index 149fac8..3f12dad 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.1.0 +!define VERSION 0.2.0 !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.1.0-win32-setup.exe +OutFile ppcoin-0.2.0-win32-setup.exe InstallDir $PROGRAMFILES\PPCoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.1.0.0 +VIProductVersion 0.2.0.0 VIAddVersionKey ProductName PPCoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"