mdbx: bump version to v0.2.0

Change-Id: I113419b685c38f23c35da6790648f7f994a15f29
This commit is contained in:
Leo Yuriev
2018-06-21 17:54:59 +03:00
parent 9b39b959de
commit 31b5f64054
3 changed files with 5 additions and 5 deletions

2
mdbx.h
View File

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