mdbx: bump version to 0.4

Change-Id: I5c034cdc81df246f47e9d86c29ea5f58888a6581
This commit is contained in:
Leonid Yuriev 2019-12-02 02:04:43 +03:00
parent ed986ecbb5
commit ba935ab8f1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: 0.3.2.{build}
version: 0.4.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 3
#define MDBX_VERSION_MINOR 4
#ifndef LIBMDBX_API
#if defined(LIBMDBX_EXPORTS)