Skip to content
Snippets Groups Projects
Commit 8f44dca4 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Update MDB_VERSION_DATE for the release

parent 05b582ac
No related branches found
Tags LMDB_0.9.30
No related merge requests found
......@@ -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 ")"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment