PPCoin: Update version to 0.2.1
authorSunny King <sunnyking9999@gmail.com>
Tue, 18 Sep 2012 15:33:30 +0000 (16:33 +0100)
committerSunny King <sunnyking9999@gmail.com>
Tue, 18 Sep 2012 15:33:30 +0000 (16:33 +0100)
doc/README
doc/README_windows.txt
share/setup.nsi
src/version.h

index a88294d..e1dda7a 100644 (file)
@@ -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 <destination_backup_file>
 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:
index fac7f44..df04050 100644 (file)
@@ -1,4 +1,4 @@
-PPCoin 0.2.0 BETA\r
+PPCoin 0.2.1 BETA\r
 \r
 Copyright (c) 2011-2012 PPCoin Developers\r
 Distributed under the MIT/X11 software license, see the accompanying\r
@@ -35,12 +35,11 @@ but allowing incoming connections helps the PPCoin network.
 Upgrade\r
 -------\r
 All you existing coins/transactions should be intact with the upgrade.\r
-To upgrade from 0.1.0, first backup wallet\r
+To upgrade from 0.2.0, first backup wallet\r
 ppcoind backupwallet <destination_backup_file>\r
 Then shutdown ppcoind by\r
 ppcoind stop\r
-Remove files inside wallet directory other than wallet.dat and ppcoin.conf\r
-Start up the new ppcoind (0.2.0). It would start re-downloading block chain.\r
+Start up the new ppcoind (0.2.1).\r
 \r
 \r
 See the documentation/wiki at the ppcoin website:\r
index 3f12dad..49ecdea 100644 (file)
@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.2.0\r
+!define VERSION 0.2.1\r
 !define COMPANY "PPCoin project"\r
 !define URL http://www.ppcoin.org/\r
 \r
@@ -45,13 +45,13 @@ Var StartMenuGroup
 !insertmacro MUI_LANGUAGE English\r
 \r
 # Installer attributes\r
-OutFile ppcoin-0.2.0-win32-setup.exe\r
+OutFile ppcoin-0.2.1-win32-setup.exe\r
 InstallDir $PROGRAMFILES\PPCoin\r
 CRCCheck on\r
 XPStyle on\r
 BrandingText " "\r
 ShowInstDetails show\r
-VIProductVersion 0.2.0.0\r
+VIProductVersion 0.2.1.0\r
 VIAddVersionKey ProductName PPCoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index deea37c..021f1e8 100644 (file)
@@ -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
 
 //