Skip to content

Commit

Permalink
version bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Jan 31, 2019
1 parent 7da2d02 commit feabfa8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.0
VERSION = 0.7.1
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" "January 2019" "peercoind 0.7.0"
.TH PEERCOIND "1" "February 2019" "peercoind 0.7.1"
.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.0 BETA
Peercoin 0.7.1 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.0 BETA
Peercoin 0.7.1 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.0ppc
git checkout v0.7.1ppc
./contrib/vagrant/install.sh


Expand Down
4 changes: 2 additions & 2 deletions share/setup.nsi.in
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.7.0
!define VERSION 0.7.1
!define COMPANY "Peercoin project"
!define URL http://github.com/peercoin/peercoin/

Expand Down Expand Up @@ -51,7 +51,7 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.7.0.0
VIProductVersion 0.7.1.0
VIAddVersionKey ProductName Peercoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
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 0
#define PEERCOIN_VERSION_REVISION 1
#define PEERCOIN_VERSION_BUILD 0

// Copyright year (2009-this)
Expand Down

0 comments on commit feabfa8

Please sign in to comment.