이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225101440
/
leveldb_ttl
원본 프로젝트 :
building_data_management_systems.Xuanzhou.2024Fall.DaSE/leveldb_base
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Update the version to 1.21 in preparation for a new release.
PiperOrigin-RevId: 241053616
naive_version
Chris Mumford
5 년 전
committed by
Victor Costan
부모
35619d248d
커밋
56178ddaf4
2개의 변경된 파일
과
3개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CMakeLists.txt
+2
-2
include/leveldb/db.h
+ 1
- 0
CMakeLists.txt
파일 보기
@ -3,6 +3,7 @@
#
f
o
u
n
d
i
n
t
h
e
L
I
C
E
N
S
E
f
i
l
e
.
S
e
e
t
h
e
A
U
T
H
O
R
S
f
i
l
e
f
o
r
n
a
m
e
s
o
f
c
o
n
t
r
i
b
u
t
o
r
s
.
cmake_minimum_required
(
VERSION
3.9
)
#
K
e
e
p
t
h
e
v
e
r
s
i
o
n
b
e
l
o
w
i
n
s
y
n
c
w
i
t
h
t
h
e
o
n
e
i
n
d
b
.
h
project
(
leveldb
VERSION
1.21.0
LANGUAGES
C
CXX
)
#
T
h
i
s
p
r
o
j
e
c
t
c
a
n
u
s
e
C
1
1
,
b
u
t
w
i
l
l
g
r
a
c
e
f
u
l
l
y
d
e
c
a
y
d
o
w
n
t
o
C
8
9
.
+ 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
=
2
0
;
static
const
int
kMinorVersion
=
2
1
;
struct
Options
;
struct
ReadOptions
;
쓰기
미리보기
불러오는 중...
취소
저장