Skip to content

Commit

Permalink
Bump the version number from 1.21 to 1.22.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 246558281
  • Loading branch information
cmumford committed May 3, 2019
1 parent 9bd23c7 commit 78b39d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

# This project can use C11, but will gracefully decay down to C89.
set(CMAKE_C_STANDARD 11)
Expand Down
2 changes: 1 addition & 1 deletion include/leveldb/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace leveldb {

// Update CMakeLists.txt if you change these
static const int kMajorVersion = 1;
static const int kMinorVersion = 21;
static const int kMinorVersion = 22;

struct Options;
struct ReadOptions;
Expand Down

0 comments on commit 78b39d6

Please sign in to comment.