mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:04:13 +08:00
mdbx: bump version to v0.2.0
Change-Id: I113419b685c38f23c35da6790648f7f994a15f29
This commit is contained in:
parent
9b39b959de
commit
31b5f64054
@ -1,4 +1,4 @@
|
|||||||
version: 0.1.5.{build}
|
version: 0.2.0.{build}
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
2
mdbx.h
2
mdbx.h
@ -165,7 +165,7 @@ typedef pthread_t mdbx_tid_t;
|
|||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#define MDBX_VERSION_MAJOR 0
|
#define MDBX_VERSION_MAJOR 0
|
||||||
#define MDBX_VERSION_MINOR 1
|
#define MDBX_VERSION_MINOR 2
|
||||||
|
|
||||||
#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 != 1
|
#if MDBX_VERSION_MAJOR != 0 || MDBX_VERSION_MINOR != 2
|
||||||
#error "API version mismatch!"
|
#error "API version mismatch!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MDBX_VERSION_RELEASE 5
|
#define MDBX_VERSION_RELEASE 0
|
||||||
#define MDBX_VERSION_REVISION 1
|
#define MDBX_VERSION_REVISION 2
|
||||||
|
|
||||||
/*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