From: Quanah Gibson-Mount Date: Wed, 8 Feb 2023 18:41:37 +0000 (+0000) Subject: Update MDB_VERSION_DATE for the release X-Git-Tag: LMDB_0.9.30^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f44dca45d87bc1f8da65428172668c5e6154179;p=thirdparty%2Fopenldap.git Update MDB_VERSION_DATE for the release --- diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index 30491cd04f..5f5d80a4ad 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -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 ")"