mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
Ready for 2.0.4 release
This commit is contained in:
parent
6fac3e25b2
commit
12c23ffd74
@ -54,7 +54,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
|
||||
MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = 2:2:0
|
||||
LIBVERSION = 2:3:0
|
||||
LTVERSION = -version-info $(LIBVERSION)
|
||||
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
|
||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
|
@ -1 +1 @@
|
||||
2.0.X-Engineering
|
||||
2.0.4-Release
|
||||
|
@ -48,7 +48,7 @@ LDAP_BEGIN_DECL
|
||||
* 2.0.0 -> 20000
|
||||
* 2.3.16 -> 20316
|
||||
*/
|
||||
#define LDAP_VENDOR_VERSION 20003
|
||||
#define LDAP_VENDOR_VERSION 20004
|
||||
|
||||
/* OpenLDAP API Features */
|
||||
#define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user