We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37aaf2f commit 99b3c03Copy full SHA for 99b3c03
CMakeLists.txt
@@ -4,7 +4,7 @@
4
5
cmake_minimum_required(VERSION 3.9)
6
# Keep the version below in sync with the one in db.h
7
-project(leveldb VERSION 1.22.0 LANGUAGES C CXX)
+project(leveldb VERSION 1.23.0 LANGUAGES C CXX)
8
9
# C standard can be overridden when this is used as a sub-project.
10
if(NOT CMAKE_C_STANDARD)
include/leveldb/db.h
@@ -16,7 +16,7 @@ namespace leveldb {
16
17
// Update CMakeLists.txt if you change these
18
static const int kMajorVersion = 1;
19
-static const int kMinorVersion = 22;
+static const int kMinorVersion = 23;
20
21
struct Options;
22
struct ReadOptions;
0 commit comments