Bump to 0.9.13

incre LMDB_0.9.13
Howard Chu 11 years ago
parent 0c041e0977
commit 59d30a49c3
  1. 2
      libraries/liblmdb/lmdb.h

@ -184,7 +184,7 @@ typedef int mdb_filehandle_t;
/** Library minor version */ /** Library minor version */
#define MDB_VERSION_MINOR 9 #define MDB_VERSION_MINOR 9
/** Library patch version */ /** 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 */ /** Combine args a,b,c into a single integer for easy version comparisons */
#define MDB_VERINT(a,b,c) (((a) << 24) | ((b) << 16) | (c)) #define MDB_VERINT(a,b,c) (((a) << 24) | ((b) << 16) | (c))

Loading…
Cancel
Save