This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225101483
/
XOY-Leveldb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Bump the version number from 1.21 to 1.22.
PiperOrigin-RevId: 246558281
xry
Chris Mumford
5 years ago
parent
9bd23c7676
commit
78b39d68c1
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
1
.0
LANGUAGES
C
CXX
)
project
(
leveldb
VERSION
1.2
2
.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
.
set
(
CMAKE_C_STANDARD
11
)
+ 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
1
;
static
const
int
kMinorVersion
=
2
2
;
struct
Options
;
struct
ReadOptions
;
Write
Preview
Loading…
Cancel
Save