We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7d567d + 0d298a1 commit f3121f9Copy full SHA for f3121f9
src/clientversion.h
@@ -9,7 +9,7 @@
9
#define CLIENT_VERSION_MAJOR 2
10
#define CLIENT_VERSION_MINOR 0
11
#define CLIENT_VERSION_REVISION 0
12
-#define CLIENT_VERSION_BUILD 3
+#define CLIENT_VERSION_BUILD 4
13
14
// Set to true for release, false for prerelease or test build
15
#define CLIENT_VERSION_IS_RELEASE true
stratis-qt.pro
@@ -1,6 +1,6 @@
1
TEMPLATE = app
2
TARGET = stratis-qt
3
-VERSION = 2.0.0.3
+VERSION = 2.0.0.4
4
INCLUDEPATH += src src/json src/qt
5
QT += network
6
DEFINES += ENABLE_WALLET
0 commit comments