We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea4312 commit 88f125eCopy full SHA for 88f125e
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 = 1
+DIGITALNOTE_VERSION_BUILD = 2
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 1
+#define CLIENT_VERSION_BUILD 2
13
14
// Set to true for release, false for prerelease or test build
15
#define CLIENT_VERSION_IS_RELEASE true
0 commit comments