浏览代码

Update the version to 1.21 in preparation for a new release.

PiperOrigin-RevId: 241053616
main
Chris Mumford 5 年前
committed by Victor Costan
父节点
当前提交
56178ddaf4
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. +1
    -0
      CMakeLists.txt
  2. +2
    -2
      include/leveldb/db.h

+ 1
- 0
CMakeLists.txt 查看文件

@ -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.

+ 2
- 2
include/leveldb/db.h 查看文件

@ -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;

正在加载...
取消
保存