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
Change version to 1.23.
PiperOrigin-RevId: 359111035
xry
Chris Mumford
hace 3 años
cometido por
Chris Mumford
padre
37aaf2fccd
commit
99b3c03b32
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
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
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
2
;
static
const
int
kMinorVersion
=
2
3
;
struct
Options
;
struct
ReadOptions
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar