mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 04:04:13 +08:00
mdbx: bump version to 0.5
Change-Id: Id2c82b5cbe567cffe193b86ecf13af93e58363c1
This commit is contained in:
parent
6fa79d49b4
commit
0a487d0b9e
@ -1,4 +1,4 @@
|
|||||||
version: 0.4.0.{build}
|
version: 0.5.0.{build}
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
2
mdbx.h
2
mdbx.h
@ -639,7 +639,7 @@ typedef pthread_t mdbx_tid_t;
|
|||||||
/*----------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#define MDBX_VERSION_MAJOR 0
|
#define MDBX_VERSION_MAJOR 0
|
||||||
#define MDBX_VERSION_MINOR 4
|
#define MDBX_VERSION_MINOR 5
|
||||||
|
|
||||||
#ifndef LIBMDBX_API
|
#ifndef LIBMDBX_API
|
||||||
#if defined(LIBMDBX_EXPORTS)
|
#if defined(LIBMDBX_EXPORTS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user