We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f9a94 commit 7100ac1Copy full SHA for 7100ac1
2 files changed
DigitalNote_config.pri
@@ -1,7 +1,7 @@
1
DIGITALNOTE_VERSION_MAJOR = 2
2
DIGITALNOTE_VERSION_MINOR = 0
3
DIGITALNOTE_VERSION_REVISION = 0
4
-DIGITALNOTE_VERSION_BUILD = 2
+DIGITALNOTE_VERSION_BUILD = 3
5
6
DIGITALNOTE_LIB_LEVELDB_DIR = $${DIGITALNOTE_PATH}/src/leveldb
7
DIGITALNOTE_LIB_LEVELDB_NEW_DIR = $${DIGITALNOTE_PATH}/src/leveldb-2.11
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 2
+#define CLIENT_VERSION_BUILD 3
13
14
// Set to true for release, false for prerelease or test build
15
#define CLIENT_VERSION_IS_RELEASE true
0 commit comments