Skip to content

Commit 79c1dca

Browse files
Set version to 2.0.1
1 parent 060499e commit 79c1dca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
cmake_minimum_required (VERSION 3.11)
1111
set (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/scripts ${CMAKE_MODULE_PATH})
12-
project (NuDB VERSION 2.0.0)
12+
project (NuDB VERSION 2.0.1)
1313

1414
if (POLICY CMP0074)
1515
cmake_policy(SET CMP0074 NEW)

include/nudb/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
// NUDB_VERSION / 100 % 1000 is the minor version
1515
// NUDB_VERSION / 100000 is the major version
1616
//
17-
#define NUDB_VERSION 200000
17+
#define NUDB_VERSION 200001
1818

19-
#define NUDB_VERSION_STRING "2.0.0"
19+
#define NUDB_VERSION_STRING "2.0.1"
2020

2121
#endif

0 commit comments

Comments
 (0)