Skip to content

Commit f3121f9

Browse files
authored
Merge pull request #53 from dev0tion/master
Bump version
2 parents c7d567d + 0d298a1 commit f3121f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 2
1010
#define CLIENT_VERSION_MINOR 0
1111
#define CLIENT_VERSION_REVISION 0
12-
#define CLIENT_VERSION_BUILD 3
12+
#define CLIENT_VERSION_BUILD 4
1313

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

stratis-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 = stratis-qt
3-
VERSION = 2.0.0.3
3+
VERSION = 2.0.0.4
44
INCLUDEPATH += src src/json src/qt
55
QT += network
66
DEFINES += ENABLE_WALLET

0 commit comments

Comments
 (0)