mdbx: bump version to 0.7.x

Change-Id: I6cb06fbd7119eed086b54a9760db1e0edf5de07b
This commit is contained in:
Leonid Yuriev
2020-03-18 16:58:30 +03:00
parent 86b1f2017a
commit 8f5ae79b51
7 changed files with 8 additions and 7 deletions

3
mdbx.h
View File

@@ -653,8 +653,9 @@ typedef pthread_t mdbx_tid_t;
/*----------------------------------------------------------------------------*/
/* MDBX version 0.7.0, released 2020-03-18 */
#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 6
#define MDBX_VERSION_MINOR 7
#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS)