Update the version to 1.21 in preparation for a new release.
PiperOrigin-RevId: 241053616
This commit is contained in:
parent
35619d248d
commit
56178ddaf4
@ -3,6 +3,7 @@
|
|||||||
# found in the LICENSE file. See the AUTHORS file for names of contributors.
|
# found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.9)
|
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.21.0 LANGUAGES C CXX)
|
||||||
|
|
||||||
# This project can use C11, but will gracefully decay down to C89.
|
# This project can use C11, but will gracefully decay down to C89.
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
|
|
||||||
namespace leveldb {
|
namespace leveldb {
|
||||||
|
|
||||||
// Update Makefile if you change these
|
// Update CMakeLists.txt if you change these
|
||||||
static const int kMajorVersion = 1;
|
static const int kMajorVersion = 1;
|
||||||
static const int kMinorVersion = 20;
|
static const int kMinorVersion = 21;
|
||||||
|
|
||||||
struct Options;
|
struct Options;
|
||||||
struct ReadOptions;
|
struct ReadOptions;
|
||||||
|
Loading…
Reference in New Issue
Block a user