This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
leveldb_ttl
複製自
building_data_management_systems.Xuanzhou.2024Fall.DaSE/leveldb_base
關註
23
收藏
2
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update the version to 1.21 in preparation for a new release.
PiperOrigin-RevId: 241053616
ld
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
;
Write
Preview
Loading…
取消
儲存