Skip to content

Commit

Permalink
Update the version to 1.21 in preparation for a new release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 241053616
  • Loading branch information
cmumford authored and pwnall committed Mar 29, 2019
1 parent 35619d2 commit 56178dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# found in the LICENSE file. See the AUTHORS file for names of contributors.

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)

# This project can use C11, but will gracefully decay down to C89.
Expand Down
4 changes: 2 additions & 2 deletions include/leveldb/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace leveldb {

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

struct Options;
struct ReadOptions;
Expand Down

0 comments on commit 56178dd

Please sign in to comment.