Skip to content

Commit

Permalink
Peercoin: Update client version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyking committed Mar 21, 2016
1 parent f0377b9 commit f01ccea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/README
@@ -1,4 +1,4 @@
Peercoin (PPCoin) 0.5.2 BETA
Peercoin (PPCoin) 0.5.3 BETA

Copyright (c) 2011-2016 Peercoin (PPCoin) Developers
Distributed under the MIT/X11 software license, see the accompanying
Expand Down Expand Up @@ -39,7 +39,7 @@ ppcoind backupwallet <destination_backup_file>
Then shutdown ppcoind by
ppcoind stop
Uninstall v0.4 client, download and install v0.5 client.
Start up the new ppcoind (0.5.2).
Start up the new ppcoind (0.5.3).
If upgrade is performed after or close to upgrade deadline then blockchain
re-download is required.

Expand Down
2 changes: 1 addition & 1 deletion doc/README_windows.txt
@@ -1,4 +1,4 @@
Peercoin (PPCoin) 0.5.2 BETA
Peercoin (PPCoin) 0.5.3 BETA

Copyright (c) 2011-2016 Peercoin (PPCoin) Developers
Distributed under the MIT/X11 software license, see the accompanying
Expand Down
6 changes: 3 additions & 3 deletions share/setup.nsi
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.5.2
!define VERSION 0.5.3
!define COMPANY "PPCoin project"
!define URL http://github.com/ppcoin/ppcoin/

Expand Down Expand Up @@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English

# Installer attributes
OutFile ppcoin-0.5.2-win32-setup.exe
OutFile ppcoin-0.5.3-win32-setup.exe
InstallDir $PROGRAMFILES\PPCoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.5.2.0
VIProductVersion 0.5.3.0
VIAddVersionKey ProductName PPCoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -30,7 +30,7 @@ extern const std::string CLIENT_DATE;
// ppcoin version - intended for display purpose ONLY
#define PPCOIN_VERSION_MAJOR 0
#define PPCOIN_VERSION_MINOR 5
#define PPCOIN_VERSION_REVISION 2
#define PPCOIN_VERSION_REVISION 3
#define PPCOIN_VERSION_BUILD 0

static const int PPCOIN_VERSION =
Expand Down

0 comments on commit f01ccea

Please sign in to comment.