Skip to content

Commit 59d30a4

Browse files
committed
Bump to 0.9.13
1 parent 0c041e0 commit 59d30a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/liblmdb/lmdb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ typedef int mdb_filehandle_t;
184184
/** Library minor version */
185185
#define MDB_VERSION_MINOR 9
186186
/** Library patch version */
187-
#define MDB_VERSION_PATCH 12
187+
#define MDB_VERSION_PATCH 13
188188

189189
/** Combine args a,b,c into a single integer for easy version comparisons */
190190
#define MDB_VERINT(a,b,c) (((a) << 24) | ((b) << 16) | (c))

0 commit comments

Comments
 (0)