mdbx: bump version to v0.3.0

Change-Id: Ic09361eda834c75d4fdb37dcbe5e8edbf0317f9b
This commit is contained in:
Leonid Yuriev
2019-06-22 22:23:25 +03:00
parent 47beba1782
commit 05cf301774
2 changed files with 3 additions and 3 deletions

2
mdbx.h
View File

@@ -168,7 +168,7 @@ typedef pthread_t mdbx_tid_t;
/*--------------------------------------------------------------------------*/
#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 2
#define MDBX_VERSION_MINOR 3
#if defined(LIBMDBX_EXPORTS)
#define LIBMDBX_API __dll_export