mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:34:13 +08:00
mdbx: sync version timestamp with LMDB-0.9.19
Change-Id: I4a50b38042ebd57ea2f2fec5b837b16f8a2e3ff3
This commit is contained in:
parent
598989c6a5
commit
ec49580a84
2
CHANGES
2
CHANGES
@ -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
2
lmdb.h
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user