mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
Update MDB_VERSION_DATE for the release
This commit is contained in:
parent
05b582ac0c
commit
8f44dca45d
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,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 "October 19, 2021"
|
||||
#define MDB_VERSION_DATE "February 8, 2023"
|
||||
|
||||
/** A stringifier for the version info */
|
||||
#define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue