Mercurial > hg > bitcoin
changeset 665:90eff0e452d5 draft
Bump version to 0.3.23.
author | Jeff Garzik <jeff@garzik.org> |
---|---|
date | Sun, 05 Jun 2011 10:39:01 -0400 |
parents | b7fc3ed893a3 |
children | 918d3efbd9c4 |
files | doc/README doc/README_windows.txt share/setup.nsi src/serialize.h |
diffstat | 4 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -Bitcoin 0.3.22 BETA +Bitcoin 0.3.23 BETA Copyright (c) 2009-2011 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying
--- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -Bitcoin 0.3.22 BETA +Bitcoin 0.3.23 BETA Copyright (c) 2009-2011 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying
--- a/share/setup.nsi +++ b/share/setup.nsi @@ -4,7 +4,7 @@ # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.3.22 +!define VERSION 0.3.23 !define COMPANY "Bitcoin project" !define URL http://www.bitcoin.org/ @@ -39,12 +39,12 @@ !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile bitcoin-0.3.22-win32-setup.exe +OutFile bitcoin-0.3.23-win32-setup.exe InstallDir $PROGRAMFILES\Bitcoin CRCCheck on XPStyle on ShowInstDetails show -VIProductVersion 0.3.22.0 +VIProductVersion 0.3.23.0 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}"