Skip to content

Commit ba51526

Browse files
author
development@syndicatelabs.org
committed
Update client version
Update client version to v1.0.0.1 for masternode display bug fix & checkpoint at block 1000
1 parent b26b27c commit ba51526

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Syndicate.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = app
22
TARGET = Syndicate-qt
3-
VERSION = 1.0.0.0
3+
VERSION = 1.0.0.1
44
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
55
QT += network printsupport
66
DEFINES += ENABLE_WALLET

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 0
1111
#define CLIENT_VERSION_REVISION 0
12-
#define CLIENT_VERSION_BUILD 0
12+
#define CLIENT_VERSION_BUILD 1
1313

1414
// Set to true for release, false for prerelease or test build
1515
#define CLIENT_VERSION_IS_RELEASE true

0 commit comments

Comments
 (0)