使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB_TTL_
关注
23
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Update the version to 1.21 in preparation for a new release.
PiperOrigin-RevId: 241053616
main
Chris Mumford
5 年前
committed by
Victor Costan
父节点
35619d248d
当前提交
56178ddaf4
共有
2 个文件被更改
,包括
3 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
;
撰写
预览
正在加载...
取消
保存