Skip to content

Commit

Permalink
PPCoin: Update client version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyking committed Mar 12, 2014
1 parent a5ad9d3 commit ace33eb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
16 changes: 9 additions & 7 deletions doc/README
@@ -1,6 +1,6 @@
PPCoin 0.3.0 BETA
Peercoin (PPCoin) 0.4.0 BETA

Copyright (c) 2011-2013 PPCoin Developers
Copyright (c) 2011-2014 Peercoin (PPCoin) Developers
Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
Expand Down Expand Up @@ -34,16 +34,18 @@ but allowing incoming connections helps the PPCoin network.
Upgrade
-------
All your existing coins/transactions should be intact with the upgrade.
To upgrade from 0.2, first backup wallet
To upgrade from 0.3, 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.3.0). It would start re-download of block chain.
Uninstall v0.3 client, download and install v0.4 client.
Start up the new ppcoind (0.4.0).
If upgrade is performed after upgrade deadline then blockchain re-download
is required.


See the documentation/wiki at the ppcoin website:
http://www.ppcoin.org/
See the documentation/wiki at github:
http://github.com/ppcoin/ppcoin
for help and more information.


Expand Down
15 changes: 8 additions & 7 deletions doc/README_windows.txt
@@ -1,6 +1,6 @@
PPCoin 0.3.0 BETA
Peercoin (PPCoin) 0.4.0 BETA

Copyright (c) 2011-2013 PPCoin Developers
Copyright (c) 2011-2014 Peercoin (PPCoin) Developers
Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
Expand Down Expand Up @@ -36,16 +36,17 @@ but allowing incoming connections helps the PPCoin network.
Upgrade
-------
All your existing coins/transactions should be intact with the upgrade.
To upgrade from 0.2, first backup wallet
To upgrade from 0.3, first backup wallet in qt menu or by command line
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 ppcoin-qt (0.3.0). It would start re-download of block chain.
Uninstall v0.3 client, download and install v0.4 client.
If upgrade is performed after upgrade deadline, blockchain re-download is
required.


See the documentation/wiki at the ppcoin website:
http://www.ppcoin.org/
See the documentation/wiki at github:
http://github.com/ppcoin/ppcoin
for help and more information.


Expand Down
6 changes: 3 additions & 3 deletions share/setup.nsi
Expand Up @@ -7,7 +7,7 @@ SetCompressor /SOLID lzma
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.3.0
!define COMPANY "PPCoin project"
!define URL http://www.ppcoin.org/
!define URL http://github.com/ppcoin/ppcoin/

# MUI Symbol Definitions
!define MUI_ICON "../share/pixmaps/bitcoin.ico"
Expand Down Expand Up @@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English

# Installer attributes
OutFile ppcoin-0.3.0-win32-setup.exe
OutFile ppcoin-0.4.0rc1-win32-setup.exe
InstallDir $PROGRAMFILES\PPCoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.3.0.0
VIProductVersion 0.4.0.0
VIAddVersionKey ProductName PPCoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
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 3
#define PPCOIN_VERSION_MINOR 4
#define PPCOIN_VERSION_REVISION 0
#define PPCOIN_VERSION_BUILD 0

Expand Down

0 comments on commit ace33eb

Please sign in to comment.