mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:14:12 +08:00
mdbx: bump version to v0.3.0
Change-Id: Ic09361eda834c75d4fdb37dcbe5e8edbf0317f9b
This commit is contained in:
parent
47beba1782
commit
05cf301774
2
mdbx.h
2
mdbx.h
@ -168,7 +168,7 @@ typedef pthread_t mdbx_tid_t;
|
|||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#define MDBX_VERSION_MAJOR 0
|
#define MDBX_VERSION_MAJOR 0
|
||||||
#define MDBX_VERSION_MINOR 2
|
#define MDBX_VERSION_MINOR 3
|
||||||
|
|
||||||
#if defined(LIBMDBX_EXPORTS)
|
#if defined(LIBMDBX_EXPORTS)
|
||||||
#define LIBMDBX_API __dll_export
|
#define LIBMDBX_API __dll_export
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
|
|
||||||
#include "./bits.h"
|
#include "./bits.h"
|
||||||
|
|
||||||
#if MDBX_VERSION_MAJOR != 0 || MDBX_VERSION_MINOR != 2
|
#if MDBX_VERSION_MAJOR != 0 || MDBX_VERSION_MINOR != 3
|
||||||
#error "API version mismatch!"
|
#error "API version mismatch!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MDBX_VERSION_RELEASE 0
|
#define MDBX_VERSION_RELEASE 0
|
||||||
#define MDBX_VERSION_REVISION 2
|
#define MDBX_VERSION_REVISION 0
|
||||||
|
|
||||||
/*LIBMDBX_EXPORTS*/ const mdbx_version_info mdbx_version = {
|
/*LIBMDBX_EXPORTS*/ const mdbx_version_info mdbx_version = {
|
||||||
MDBX_VERSION_MAJOR,
|
MDBX_VERSION_MAJOR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user