mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Merge remote-tracking branch 'origin/mdb.master'
This commit is contained in:
commit
1c1b5ca0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ extern "C" {
|
|||
MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
|
||||
|
||||
/** The release date of this library version */
|
||||
#define MDB_VERSION_DATE "November 30, 2012"
|
||||
#define MDB_VERSION_DATE "December 12, 2012"
|
||||
|
||||
/** A stringifier for the version info */
|
||||
#define MDB_VERSTR(a,b,c,d) "MDB " #a "." #b "." #c ": (" d ")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue