mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: bump version to 0.9.x (not a release, but API changes).
Change-Id: I756f1224739df53d8503cf308c2c908f6ecd3fd1
This commit is contained in:
4
mdbx.h
4
mdbx.h
@@ -256,9 +256,9 @@ typedef pthread_t mdbx_tid_t;
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
/* MDBX version 0.8.2, released 2020-07-06 */
|
||||
/* MDBX version 0.9.x (development) */
|
||||
#define MDBX_VERSION_MAJOR 0
|
||||
#define MDBX_VERSION_MINOR 8
|
||||
#define MDBX_VERSION_MINOR 9
|
||||
|
||||
#ifndef LIBMDBX_API
|
||||
#if defined(LIBMDBX_EXPORTS)
|
||||
|
Reference in New Issue
Block a user