Skip to content

Commit

Permalink
2.2.3.1 Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JRedinger committed Mar 20, 2019
1 parent 5baebc8 commit 285ff71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pinkcoin-qt.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = Pinkcoin-Qt
VERSION = 2.2.3.0
VERSION = 2.2.3.1
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.3.0 CryptoROX, Copyright © 2016-2019 The Pinkcoin developers</string>
<string>2.2.3.1 CryptoROX, Copyright © 2016-2019 The Pinkcoin developers</string>
<key>CFBundleShortVersionString</key>
<string>2.2.3.0</string>
<string>2.2.3.1</string>
<key>CFBundleVersion</key>
<string>2.2.3.0</string>
<string>2.2.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down

0 comments on commit 285ff71

Please sign in to comment.