mdbx: sync version timestamp with LMDB-0.9.19

Change-Id: I4a50b38042ebd57ea2f2fec5b837b16f8a2e3ff3
This commit is contained in:
Leo Yuriev 2016-12-28 23:48:04 +03:00
parent 598989c6a5
commit ec49580a84
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ MDBX
Add MDB_PREV_MULTIPLE
Add error MDB_PROBLEM, replace some MDB_CORRUPTED
LMDB 0.9.19 Release Engineering
LMDB 0.9.19 Release (2016/12/28)
Fix mdb_env_cwalk cursor init (ITS#8424)
Fix robust mutexes on Solaris 10/11 (ITS#8339)
Fix MDB_GET_BOTH on non-dup record (ITS#8393)

2
lmdb.h
View File

@ -209,7 +209,7 @@ typedef int mdb_filehandle_t;
MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
/** The release date of this library version */
#define MDB_VERSION_DATE "2016-06-09"
#define MDB_VERSION_DATE "2016-12-28"
/** A stringifier for the version info */
#define MDB_VERSTR(a,b,c,d) "MDBX " #a "." #b "." #c ": (" d ", https://github.com/ReOpen/libmdbx)"