]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/lmdb.h
Release 0.9.14
[openldap] / libraries / liblmdb / lmdb.h
index 11b46bfa4866faca3c5eefacabc0d445ed8393e1..5c7e9fc2eb68426975548a14f2fa564e63ca5fc3 100644 (file)
@@ -194,7 +194,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       "July 24, 2014"
+#define MDB_VERSION_DATE       "September 15, 2014"
 
 /** A stringifier for the version info */
 #define MDB_VERSTR(a,b,c,d)    "LMDB " #a "." #b "." #c ": (" d ")"