This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB_TTL_
Watch
23
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change version to 1.23.
PiperOrigin-RevId: 359111035
main
Chris Mumford
3 years ago
committed by
Chris Mumford
parent
37aaf2fccd
commit
99b3c03b32
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+1
-1
include/leveldb/db.h
+ 1
- 1
CMakeLists.txt
View File
@ -4,7 +4,7 @@
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.2
2
.0
LANGUAGES
C
CXX
)
project
(
leveldb
VERSION
1.2
3
.0
LANGUAGES
C
CXX
)
#
C
s
t
a
n
d
a
r
d
c
a
n
b
e
o
v
e
r
r
i
d
d
e
n
w
h
e
n
t
h
i
s
i
s
u
s
e
d
a
s
a
s
u
b
-
p
r
o
j
e
c
t
.
if
(
NOT
CMAKE_C_STANDARD
)
+ 1
- 1
include/leveldb/db.h
View File
@ -16,7 +16,7 @@ namespace leveldb {
/
/
Update
CMakeLists
.
txt
if
you
change
these
static
const
int
kMajorVersion
=
1
;
static
const
int
kMinorVersion
=
2
2
;
static
const
int
kMinorVersion
=
2
3
;
struct
Options
;
struct
ReadOptions
;
Write
Preview
Loading…
Cancel
Save