Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225101483
/
XOY-Leveldb
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
1
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Bump the version number from 1.21 to 1.22.
PiperOrigin-RevId: 246558281
xry
Chris Mumford
hace 5 años
padre
9bd23c7676
commit
78b39d68c1
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
CMakeLists.txt
+1
-1
include/leveldb/db.h
+ 1
- 1
CMakeLists.txt
Ver fichero
@ -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
Ver fichero
@ -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
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar