]> git.sur5r.net Git - openldap/commitdiff
Merge remote-tracking branch 'origin/mdb.master'
authorHoward Chu <hyc@openldap.org>
Wed, 12 Dec 2012 00:01:27 +0000 (16:01 -0800)
committerHoward Chu <hyc@openldap.org>
Wed, 12 Dec 2012 00:01:27 +0000 (16:01 -0800)
libraries/liblmdb/lmdb.h

index e4d55c8b229c8318e9fdd242fec97d00d6a70f60..b67056a0af3bc01fe05e55849657893c675fb9fc 100644 (file)
@@ -158,7 +158,7 @@ extern "C" {
        MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
 
 /** The release date of this library version */
-#define MDB_VERSION_DATE       "November 30, 2012"
+#define MDB_VERSION_DATE       "December 12, 2012"
 
 /** A stringifier for the version info */
 #define MDB_VERSTR(a,b,c,d)    "MDB " #a "." #b "." #c ": (" d ")"