Skip to content

Commit 99b3c03

Browse files
committed
Change version to 1.23.
PiperOrigin-RevId: 359111035
1 parent 37aaf2f commit 99b3c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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.22.0 LANGUAGES C CXX)
7+
project(leveldb VERSION 1.23.0 LANGUAGES C CXX)
88

99
# C standard can be overridden when this is used as a sub-project.
1010
if(NOT CMAKE_C_STANDARD)

include/leveldb/db.h

+1-1
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 = 22;
19+
static const int kMinorVersion = 23;
2020

2121
struct Options;
2222
struct ReadOptions;

0 commit comments

Comments
 (0)