From 285ff715584ef80e94b462769e98bcb1ddb3295d Mon Sep 17 00:00:00 2001 From: JRedinger Date: Wed, 20 Mar 2019 12:21:26 -0700 Subject: [PATCH] 2.2.3.1 Version Update --- pinkcoin-qt.pro | 2 +- share/qt/Info.plist | 6 +++--- src/clientversion.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pinkcoin-qt.pro b/pinkcoin-qt.pro index 490aab7..140f920 100644 --- a/pinkcoin-qt.pro +++ b/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 diff --git a/share/qt/Info.plist b/share/qt/Info.plist index 3cba9dd..300f122 100644 --- a/share/qt/Info.plist +++ b/share/qt/Info.plist @@ -7,11 +7,11 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.2.3.0 CryptoROX, Copyright © 2016-2019 The Pinkcoin developers + 2.2.3.1 CryptoROX, Copyright © 2016-2019 The Pinkcoin developers CFBundleShortVersionString - 2.2.3.0 + 2.2.3.1 CFBundleVersion - 2.2.3.0 + 2.2.3.1 CFBundleSignature ???? CFBundleExecutable diff --git a/src/clientversion.h b/src/clientversion.h index 6f1a4c0..cb0737c 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -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!