mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
lmdb: Release 0.9.16
Change-Id: I47fb565592dd71e1fb3575584c560883418b7bf5
This commit is contained in:
parent
b8c45546f6
commit
7fc3427b9c
2
CHANGES
2
CHANGES
@ -1,6 +1,6 @@
|
||||
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 handling of subDB records (ITS#8181)
|
||||
Fix mdb_midl_shrink() usage (ITS#8200)
|
||||
|
2
lmdb.h
2
lmdb.h
@ -190,7 +190,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 "https://github.com/ReOpen/ReOpenLDAP"
|
||||
#define MDB_VERSION_DATE "August 14, 2015, https://github.com/ReOpen/ReOpenLDAP"
|
||||
|
||||
/** A stringifier for the version info */
|
||||
#define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")"
|
||||
|
Loading…
x
Reference in New Issue
Block a user