]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Update MDB_VERSION_DATE for the release LMDB_0.9.30
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 8 Feb 2023 18:41:37 +0000 (18:41 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 8 Feb 2023 18:41:37 +0000 (18:41 +0000)
libraries/liblmdb/lmdb.h

index 30491cd04f0443faf96b2a11c84d215bbceec417..5f5d80a4ad6eb5b8d3ad7e6778ba56efddd7b9d3 100644 (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 ")"