mdbx: alter DB-format' signature and change version to v0.11.x (not a release).

Related to https://github.com/erthink/libmdbx/issues/238

Signed-off-by: Leonid Yuriev <leo@yuriev.ru>
This commit is contained in:
Leonid Yuriev
2021-10-21 15:17:18 +03:00
parent 514910621e
commit fcb8cd2145
4 changed files with 11 additions and 6 deletions

4
mdbx.h
View File

@@ -568,9 +568,9 @@ typedef mode_t mdbx_mode_t;
extern "C" {
#endif
/* MDBX version 0.10.x */
/* MDBX version 0.11.x */
#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 10
#define MDBX_VERSION_MINOR 11
#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS)