Skip to content

Commit dc3e98c

Browse files
committed
Set version to 2.0.0
1 parent edc5ace commit dc3e98c

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 1.1)
12+
project (NuDB VERSION 2.0.0)
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 100002
17+
#define NUDB_VERSION 200000
1818

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

2121
#endif

0 commit comments

Comments
 (0)