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.
1 parent b961ca3 commit 9c5dc91Copy full SHA for 9c5dc91
2 files changed
shadow.pro
@@ -1,6 +1,6 @@
1
TEMPLATE = app
2
TARGET = umbra
3
-VERSION = 1.5.0.3
+VERSION = 1.5.0.4
4
INCLUDEPATH += src src/json src/qt
5
DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
6
CONFIG += no_include_pwd
src/clientversion.h
@@ -9,7 +9,7 @@
9
#define CLIENT_VERSION_MAJOR 1
10
#define CLIENT_VERSION_MINOR 5
11
#define CLIENT_VERSION_REVISION 0
12
-#define CLIENT_VERSION_BUILD 3
+#define CLIENT_VERSION_BUILD 4
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