ソースを参照

Bump the version number from 1.21 to 1.22.

PiperOrigin-RevId: 246558281
main
Chris Mumford 5年前
コミット
78b39d68c1
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      CMakeLists.txt
  2. +1
    -1
      include/leveldb/db.h

+ 1
- 1
CMakeLists.txt ファイルの表示

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

+ 1
- 1
include/leveldb/db.h ファイルの表示

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

読み込み中…
キャンセル
保存