Update MDB_VERSION_DATE for the release

This commit is contained in:
Quanah Gibson-Mount 2023-02-08 18:41:37 +00:00
parent 05b582ac0c
commit 8f44dca45d

View file

@ -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 ")"