mdbx: bump version to 0.12.0 (not a release but preparation for changing feature set and API).

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-06-19 01:23:45 +03:00
parent 8ef3bfcc95
commit f5280ebf6e
8 changed files with 13 additions and 8 deletions

4
mdbx.h
View File

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