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 9bd23c7 commit 78b39d6Copy full SHA for 78b39d6
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.21.0 LANGUAGES C CXX)
+project(leveldb VERSION 1.22.0 LANGUAGES C CXX)
8
9
# This project can use C11, but will gracefully decay down to C89.
10
set(CMAKE_C_STANDARD 11)
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 = 21;
+static const int kMinorVersion = 22;
20
21
struct Options;
22
struct ReadOptions;
0 commit comments