Skip to content

Commit

Permalink
Point release 3.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptopepe committed Feb 27, 2019
1 parent 34acf39 commit 61aaa2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pepecoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = pepecoin-qt
VERSION = 3.1.0.0
VERSION = 3.1.1.0
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
QT += network printsupport
DEFINES += ENABLE_WALLET
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 3
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

// Set to true for release, false for prerelease or test build
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Name of client reported in the 'version' message. Report the same name
// for both bitcoind and bitcoin-qt, to make it harder for attackers to
// target servers or GUI users specifically.
const std::string CLIENT_NAME("Memetic-PepeCoin-3.1.0.0");
const std::string CLIENT_NAME("Memetic-PepeCoin-3.1.1.0");

// Client version number
#define CLIENT_VERSION_SUFFIX "-Multithread"
Expand Down

0 comments on commit 61aaa2c

Please sign in to comment.