From 8ff1873096d29a105ea98d6cd03c4f8f7b9cea0f Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Sun, 6 May 2012 20:11:05 -0400 Subject: Bump versions for 0.6.2 --- share/setup.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/setup.nsi b/share/setup.nsi index 10bf36b4c..fb122efc1 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.1 +!define VERSION 0.6.2 !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.1-win32-setup.exe +OutFile bitcoin-0.6.2-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.6.1.3 +VIProductVersion 0.6.2.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" -- cgit v1.2.3