]> git.sur5r.net Git - openldap/commitdiff
Bump version to 0.9.7
authorHoward Chu <hyc@symas.com>
Fri, 12 Jul 2013 20:36:05 +0000 (13:36 -0700)
committerHoward Chu <hyc@symas.com>
Fri, 12 Jul 2013 20:36:05 +0000 (13:36 -0700)
libraries/liblmdb/lmdb.h

index 9f00a04202eeda9889263f3a57e5b48fcff88ea1..7c5a63f0e9bd607f44e6cb654799fc422622ed9d 100644 (file)
@@ -166,7 +166,7 @@ typedef int mdb_filehandle_t;
 /** Library minor version */
 #define MDB_VERSION_MINOR      9
 /** Library patch version */
-#define MDB_VERSION_PATCH      6
+#define MDB_VERSION_PATCH      7
 
 /** Combine args a,b,c into a single integer for easy version comparisons */
 #define MDB_VERINT(a,b,c)      (((a) << 24) | ((b) << 16) | (c))