Skip to content

Commit 78b39d6

Browse files
committed
Bump the version number from 1.21 to 1.22.
PiperOrigin-RevId: 246558281
1 parent 9bd23c7 commit 78b39d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

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

55
cmake_minimum_required(VERSION 3.9)
66
# Keep the version below in sync with the one in db.h
7-
project(leveldb VERSION 1.21.0 LANGUAGES C CXX)
7+
project(leveldb VERSION 1.22.0 LANGUAGES C CXX)
88

99
# This project can use C11, but will gracefully decay down to C89.
1010
set(CMAKE_C_STANDARD 11)

include/leveldb/db.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace leveldb {
1616

1717
// Update CMakeLists.txt if you change these
1818
static const int kMajorVersion = 1;
19-
static const int kMinorVersion = 21;
19+
static const int kMinorVersion = 22;
2020

2121
struct Options;
2222
struct ReadOptions;

0 commit comments

Comments
 (0)