Skip to content

Commit 3fe7825

Browse files
committed
Orbitcoin v1.5.1.1
1 parent 604fa43 commit 3fe7825

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

orbitcoin-qt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = app
22
TARGET = orbitcoin-qt
3-
VERSION = 1.5.1.0
3+
VERSION = 1.5.1.1
44
INCLUDEPATH += src src/json src/qt
55
QT += core gui network
66
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define CLIENT_VERSION_MAJOR 1
1010
#define CLIENT_VERSION_MINOR 5
1111
#define CLIENT_VERSION_REVISION 1
12-
#define CLIENT_VERSION_BUILD 0
12+
#define CLIENT_VERSION_BUILD 1
1313

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

0 commit comments

Comments
 (0)