mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Bump to 0.9.13
This commit is contained in:
parent
0c041e0977
commit
59d30a49c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue