mdbx: bump version to 0.5

Change-Id: Id2c82b5cbe567cffe193b86ecf13af93e58363c1
This commit is contained in:
Leonid Yuriev 2019-12-31 20:59:13 +03:00
parent 6fa79d49b4
commit 0a487d0b9e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: 0.4.0.{build}
version: 0.5.0.{build}
environment:
matrix:

2
mdbx.h
View File

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