lmdb: Release 0.9.16

Change-Id: I47fb565592dd71e1fb3575584c560883418b7bf5
This commit is contained in:
Howard Chu 2015-08-14 01:00:38 +01:00 committed by Leo Yuriev
parent b8c45546f6
commit 7fc3427b9c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LMDB 0.9 Change Log LMDB 0.9 Change Log
LMDB 0.9.16 Release Engineering LMDB 0.9.16 Release (2015/08/14)
Fix cursor EOF bug (ITS#8190) Fix cursor EOF bug (ITS#8190)
Fix handling of subDB records (ITS#8181) Fix handling of subDB records (ITS#8181)
Fix mdb_midl_shrink() usage (ITS#8200) Fix mdb_midl_shrink() usage (ITS#8200)

2
lmdb.h
View File

@ -190,7 +190,7 @@ typedef int mdb_filehandle_t;
MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH) MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
/** The release date of this library version */ /** The release date of this library version */
#define MDB_VERSION_DATE "https://github.com/ReOpen/ReOpenLDAP" #define MDB_VERSION_DATE "August 14, 2015, https://github.com/ReOpen/ReOpenLDAP"
/** A stringifier for the version info */ /** A stringifier for the version info */
#define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")" #define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")"