mdbx: bump version to 0.6.x

Change-Id: I925ab0aaefb1a8f9860925c2e8e7c81015428b2e
This commit is contained in:
Leonid Yuriev
2020-01-21 00:17:20 +03:00
parent 2d334185cb
commit 700f3514b3
7 changed files with 7 additions and 7 deletions

2
mdbx.h
View File

@@ -638,7 +638,7 @@ typedef pthread_t mdbx_tid_t;
/*----------------------------------------------------------------------------*/
#define MDBX_VERSION_MAJOR 0
#define MDBX_VERSION_MINOR 5
#define MDBX_VERSION_MINOR 6
#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS)