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 060499e commit 79c1dcaCopy full SHA for 79c1dca
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 2.0.0)
+project (NuDB VERSION 2.0.1)
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 200000
+#define NUDB_VERSION 200001
18
19
-#define NUDB_VERSION_STRING "2.0.0"
+#define NUDB_VERSION_STRING "2.0.1"
20
21
#endif
0 commit comments