PPCoin: Update version to 0.2.2
authorSunny King <sunnyking9999@gmail.com>
Sun, 11 Nov 2012 17:40:46 +0000 (17:40 +0000)
committerSunny King <sunnyking9999@gmail.com>
Sun, 11 Nov 2012 17:40:46 +0000 (17:40 +0000)
doc/README
doc/README_windows.txt
share/setup.nsi
src/version.h

index e1dda7a..93bb980 100644 (file)
@@ -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 <destination_backup_file>
 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:
index df04050..77d23b3 100644 (file)
@@ -1,4 +1,4 @@
-PPCoin 0.2.1 BETA\r
+PPCoin 0.2.2 BETA\r
 \r
 Copyright (c) 2011-2012 PPCoin Developers\r
 Distributed under the MIT/X11 software license, see the accompanying\r
@@ -35,11 +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.2.0, first backup wallet\r
+To upgrade from 0.2, first backup wallet\r
 ppcoind backupwallet <destination_backup_file>\r
 Then shutdown ppcoind by\r
 ppcoind stop\r
-Start up the new ppcoind (0.2.1).\r
+Start up the new ppcoind (0.2.2).\r
 \r
 \r
 See the documentation/wiki at the ppcoin website:\r
index 49ecdea..56b2b9a 100644 (file)
@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.2.1\r
+!define VERSION 0.2.2\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.1-win32-setup.exe\r
+OutFile ppcoin-0.2.2-win32-setup.exe\r
 InstallDir $PROGRAMFILES\PPCoin\r
 CRCCheck on\r
 XPStyle on\r
 BrandingText " "\r
 ShowInstDetails show\r
-VIProductVersion 0.2.1.0\r
+VIProductVersion 0.2.2.0\r
 VIAddVersionKey ProductName PPCoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index 021f1e8..86c56db 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    1
+#define PPCOIN_VERSION_REVISION    2
 #define PPCOIN_VERSION_BUILD       0
 
 //