소스 검색

Change version to 1.23.

PiperOrigin-RevId: 359111035
ld
Chris Mumford 3 년 전
committed by Chris Mumford
부모
커밋
99b3c03b32
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.22.0 LANGUAGES C CXX)
project(leveldb VERSION 1.23.0 LANGUAGES C CXX)
# C standard can be overridden when this is used as a sub-project.
if(NOT CMAKE_C_STANDARD)

+ 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 = 22;
static const int kMinorVersion = 23;
struct Options;
struct ReadOptions;

불러오는 중...
취소
저장