From 24a0def8cda671e9faedb84e6590eb761ba7487e Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 13 Jul 2011 01:19:26 -0400 Subject: Bump version to 0.3.25 Yes, we might release as v0.4, but let's just do a simple increment for now. --- share/setup.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/setup.nsi') diff --git a/share/setup.nsi b/share/setup.nsi index 888c8ea538..b4bf3cff47 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}" -- cgit v1.2.3