We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604fa43 commit 3fe7825Copy full SHA for 3fe7825
2 files changed
orbitcoin-qt.pro
@@ -1,6 +1,6 @@
1
TEMPLATE = app
2
TARGET = orbitcoin-qt
3
-VERSION = 1.5.1.0
+VERSION = 1.5.1.1
4
INCLUDEPATH += src src/json src/qt
5
QT += core gui network
6
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
src/clientversion.h
@@ -9,7 +9,7 @@
9
#define CLIENT_VERSION_MAJOR 1
10
#define CLIENT_VERSION_MINOR 5
11
#define CLIENT_VERSION_REVISION 1
12
-#define CLIENT_VERSION_BUILD 0
+#define CLIENT_VERSION_BUILD 1
13
14
// Converts the parameter X to a string after macro replacement on X has been performed.
15
// Don't merge these into one macro!
0 commit comments