Skip to content

Commit

Permalink
2.2.2.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JRedinger committed Jan 23, 2019
1 parent 16e40c6 commit 7eed4eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.2.0.0
2.2.2.0
2 changes: 1 addition & 1 deletion pinkcoin-qt.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = Pinkcoin-Qt
VERSION = 2.2.1.0
VERSION = 2.2.2.0
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
CONFIG += no_include_pwd
Expand Down
6 changes: 3 additions & 3 deletions share/qt/Info.plist
Expand Up @@ -7,11 +7,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>2.2.1.0 CryptoROX, Copyright © 2016-2018 The Pinkcoin developers</string>
<string>2.2.2.0 CryptoROX, Copyright © 2016-2018 The Pinkcoin developers</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1.0</string>
<string>2.2.2.0</string>
<key>CFBundleVersion</key>
<string>2.2.1.0</string>
<string>2.2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
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 2
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down

0 comments on commit 7eed4eb

Please sign in to comment.