|
|
@ -244,7 +244,7 @@ typedef int mdb_filehandle_t; |
|
|
|
MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH) |
|
|
|
MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH) |
|
|
|
|
|
|
|
|
|
|
|
/** The release date of this library version */ |
|
|
|
/** The release date of this library version */ |
|
|
|
#define MDB_VERSION_DATE "September 21, 2022" |
|
|
|
#define MDB_VERSION_DATE "September 24, 2022" |
|
|
|
|
|
|
|
|
|
|
|
/** A stringifier for the version info */ |
|
|
|
/** A stringifier for the version info */ |
|
|
|
#define MDB_VERSTR(a,b,c,d) "LMDB master3 " #a "." #b "." #c ": (" d ")" |
|
|
|
#define MDB_VERSTR(a,b,c,d) "LMDB master3 " #a "." #b "." #c ": (" d ")" |
|
|
|