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 edc5ace commit dc3e98cCopy full SHA for dc3e98c
CMakeLists.txt
@@ -9,7 +9,7 @@
9
10
cmake_minimum_required (VERSION 3.11)
11
set (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/scripts ${CMAKE_MODULE_PATH})
12
-project (NuDB VERSION 1.1)
+project (NuDB VERSION 2.0.0)
13
14
if (POLICY CMP0074)
15
cmake_policy(SET CMP0074 NEW)
include/nudb/version.hpp
@@ -14,8 +14,8 @@
// NUDB_VERSION / 100 % 1000 is the minor version
// NUDB_VERSION / 100000 is the major version
16
//
17
-#define NUDB_VERSION 100002
+#define NUDB_VERSION 200000
18
19
-#define NUDB_VERSION_STRING "1.0.2"
+#define NUDB_VERSION_STRING "2.0.0"
20
21
#endif
0 commit comments