Skip to content

Commit

Permalink
Version 2.7.0.0 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptopepe committed Jan 29, 2018
1 parent 5af4ed6 commit db273cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# PepeCoin - PEPE / Memetic - MEME

v. 2.6.2.0
v. 2.7.0.0
####
Pepecoin is digital decentralized crypto-currency, also known as Memetic / MEME on Bittrex and CoinMarketCap.

Expand Down
2 changes: 1 addition & 1 deletion pepecoin-qt.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = pepecoin-qt
VERSION = 2.6.2.0
VERSION = 2.7.0.0
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
QT += network printsupport
DEFINES += ENABLE_WALLET
Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Expand Up @@ -7,8 +7,8 @@

// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 6
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_MINOR 7
#define CLIENT_VERSION_REVISION 0
#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/qt/forms/aboutdialog.ui
Expand Up @@ -63,7 +63,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string notr="true">2.6.2.0</string>
<string notr="true">2.7.0.0</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
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("PepeCoin-Memetic-2.6.2.0");
const std::string CLIENT_NAME("PepeCoin-Memetic-2.7.0.0");

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

0 comments on commit db273cc

Please sign in to comment.