Skip to content

Commit

Permalink
PPCoin: Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyking committed Sep 18, 2012
1 parent 8da2bea commit 68c2577
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
7 changes: 3 additions & 4 deletions doc/README
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
7 changes: 3 additions & 4 deletions doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <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:
Expand Down
6 changes: 3 additions & 3 deletions share/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

//
Expand Down

0 comments on commit 68c2577

Please sign in to comment.