]> git.sur5r.net Git - openldap/commitdiff
Update date
authorHoward Chu <hyc@symas.com>
Thu, 24 Jul 2014 11:15:45 +0000 (04:15 -0700)
committerHoward Chu <hyc@symas.com>
Thu, 24 Jul 2014 11:15:45 +0000 (04:15 -0700)
libraries/liblmdb/lmdb.h

index b48100a25a87bcafb0f288c075749b1c12ab9a33..a4c4bca621de7f8d5f679c1871326a846a5e265a 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  8, 2014"
+#define MDB_VERSION_DATE       "July 24, 2014"
 
 /** A stringifier for the version info */
 #define MDB_VERSTR(a,b,c,d)    "LMDB " #a "." #b "." #c ": (" d ")"