From 290825c7018f4b654ae651e9fab2d1a45787c006 Mon Sep 17 00:00:00 2001 From: Sunny King Date: Sun, 11 Nov 2012 17:40:46 +0000 Subject: [PATCH] PPCoin: Update version to 0.2.2 --- doc/README | 6 +++--- doc/README_windows.txt | 6 +++--- share/setup.nsi | 6 +++--- src/version.h | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/README b/doc/README index e1dda7a..93bb980 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -PPCoin 0.2.1 BETA +PPCoin 0.2.2 BETA Copyright (c) 2011-2012 PPCoin Developers Distributed under the MIT/X11 software license, see the accompanying @@ -32,11 +32,11 @@ but allowing incoming connections helps the PPCoin network. Upgrade ------- All you existing coins/transactions should be intact with the upgrade. -To upgrade from 0.2.0, first backup wallet +To upgrade from 0.2, first backup wallet ppcoind backupwallet Then shutdown ppcoind by ppcoind stop -Start up the new ppcoind (0.2.1). +Start up the new ppcoind (0.2.2). See the documentation/wiki at the ppcoin website: diff --git a/doc/README_windows.txt b/doc/README_windows.txt index df04050..77d23b3 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -PPCoin 0.2.1 BETA +PPCoin 0.2.2 BETA Copyright (c) 2011-2012 PPCoin Developers Distributed under the MIT/X11 software license, see the accompanying @@ -35,11 +35,11 @@ but allowing incoming connections helps the PPCoin network. Upgrade ------- All you existing coins/transactions should be intact with the upgrade. -To upgrade from 0.2.0, first backup wallet +To upgrade from 0.2, first backup wallet ppcoind backupwallet Then shutdown ppcoind by ppcoind stop -Start up the new ppcoind (0.2.1). +Start up the new ppcoind (0.2.2). See the documentation/wiki at the ppcoin website: diff --git a/share/setup.nsi b/share/setup.nsi index 49ecdea..56b2b9a 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.1 +!define VERSION 0.2.2 !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.1-win32-setup.exe +OutFile ppcoin-0.2.2-win32-setup.exe InstallDir $PROGRAMFILES\PPCoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.2.1.0 +VIProductVersion 0.2.2.0 VIAddVersionKey ProductName PPCoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/src/version.h b/src/version.h index 021f1e8..86c56db 100644 --- a/src/version.h +++ b/src/version.h @@ -29,7 +29,7 @@ extern const std::string CLIENT_DATE; // ppcoin version - intended for display purpose ONLY #define PPCOIN_VERSION_MAJOR 0 #define PPCOIN_VERSION_MINOR 2 -#define PPCOIN_VERSION_REVISION 1 +#define PPCOIN_VERSION_REVISION 2 #define PPCOIN_VERSION_BUILD 0 // -- 1.7.1