Skip to content

Commit

Permalink
version bump to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed May 5, 2019
1 parent 7072807 commit 46bb666
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bitcoin-qt.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = peercoin-qt
macx:TARGET = "Peercoin-Qt"
VERSION = 0.7.2
VERSION = 0.7.3
INCLUDEPATH += src src/json src/qt
QT += network core
greaterThan(QT_MAJOR_VERSION, 4):QT+=widgets
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/manpages/peercoind.1
@@ -1,4 +1,4 @@
.TH PEERCOIND "1" "March 2019" "peercoind 0.7.2"
.TH PEERCOIND "1" "May 2019" "peercoind 0.7.3"
.SH NAME
peercoind \- peer-to-peer network based digital currency
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
@@ -1,4 +1,4 @@
Peercoin 0.7.2 BETA
Peercoin 0.7.3 BETA

Copyright (c) 2011-2019 Peercoin Developers
Distributed under the MIT/X11 software license, see the accompanying
Expand Down
2 changes: 1 addition & 1 deletion doc/README_windows.txt
@@ -1,4 +1,4 @@
Peercoin 0.7.2 BETA
Peercoin 0.7.3 BETA

Copyright (c) 2011-2019 Peercoin Developers
Distributed under the MIT/X11 software license, see the accompanying
Expand Down
2 changes: 1 addition & 1 deletion doc/build-unix.md
Expand Up @@ -13,7 +13,7 @@ To build in Terminal on Debian based Linux

git clone https://github.com/peercoin/peercoin
cd peercoin
git checkout v0.7.2ppc
git checkout v0.7.3ppc
./contrib/vagrant/install.sh


Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -22,7 +22,7 @@
// ppcoin version - intended for display purpose ONLY
#define PEERCOIN_VERSION_MAJOR 0
#define PEERCOIN_VERSION_MINOR 7
#define PEERCOIN_VERSION_REVISION 2
#define PEERCOIN_VERSION_REVISION 3
#define PEERCOIN_VERSION_BUILD 0

// Copyright year (2009-this)
Expand Down

0 comments on commit 46bb666

Please sign in to comment.