From: Sunny King Date: Tue, 18 Sep 2012 15:33:30 +0000 (+0100) Subject: PPCoin: Update version to 0.2.1 X-Git-Tag: v0.4.0-unstable~62 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=68c2577c78cbef8e056e85f39ad79f30bf2c40c9;hp=8da2beaee1c52c452f2677a970a76787027b1ef2 PPCoin: Update version to 0.2.1 --- diff --git a/doc/README b/doc/README index a88294d..e1dda7a 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -PPCoin 0.2.0 BETA +PPCoin 0.2.1 BETA Copyright (c) 2011-2012 PPCoin Developers Distributed under the MIT/X11 software license, see the accompanying @@ -32,12 +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.1.0, first backup wallet +To upgrade from 0.2.0, first backup wallet ppcoind backupwallet Then shutdown ppcoind by ppcoind stop -Remove files inside wallet directory other than wallet.dat and ppcoin.conf -Start up the new ppcoind (0.2.0). It would start re-downloading block chain. +Start up the new ppcoind (0.2.1). See the documentation/wiki at the ppcoin website: diff --git a/doc/README_windows.txt b/doc/README_windows.txt index fac7f44..df04050 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -PPCoin 0.2.0 BETA +PPCoin 0.2.1 BETA Copyright (c) 2011-2012 PPCoin Developers Distributed under the MIT/X11 software license, see the accompanying @@ -35,12 +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.1.0, first backup wallet +To upgrade from 0.2.0, first backup wallet ppcoind backupwallet Then shutdown ppcoind by ppcoind stop -Remove files inside wallet directory other than wallet.dat and ppcoin.conf -Start up the new ppcoind (0.2.0). It would start re-downloading block chain. +Start up the new ppcoind (0.2.1). See the documentation/wiki at the ppcoin website: diff --git a/share/setup.nsi b/share/setup.nsi index 3f12dad..49ecdea 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.0 +!define VERSION 0.2.1 !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.0-win32-setup.exe +OutFile ppcoin-0.2.1-win32-setup.exe InstallDir $PROGRAMFILES\PPCoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.2.0.0 +VIProductVersion 0.2.1.0 VIAddVersionKey ProductName PPCoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/src/version.h b/src/version.h index deea37c..021f1e8 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 0 +#define PPCOIN_VERSION_REVISION 1 #define PPCOIN_VERSION_BUILD 0 //