]> git.sur5r.net Git - openldap/commitdiff
Bump to 0.9.13
authorHoward Chu <hyc@symas.com>
Wed, 18 Jun 2014 21:25:46 +0000 (14:25 -0700)
committerHoward Chu <hyc@symas.com>
Wed, 18 Jun 2014 21:25:46 +0000 (14:25 -0700)
libraries/liblmdb/lmdb.h

index 662ea807942da5e4805837ba2f4b3f2b339c3071..5b27973b605e44ba811843596e0e871681d14dfd 100644 (file)
@@ -184,7 +184,7 @@ typedef int mdb_filehandle_t;
 /** Library minor version */
 #define MDB_VERSION_MINOR      9
 /** Library patch version */
-#define MDB_VERSION_PATCH      12
+#define MDB_VERSION_PATCH      13
 
 /** Combine args a,b,c into a single integer for easy version comparisons */
 #define MDB_VERINT(a,b,c)      (((a) << 24) | ((b) << 16) | (c))