From: Kurt Zeilenga Date: Tue, 16 Dec 2003 01:10:20 +0000 (+0000) Subject: Sync with HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_2_4~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01ef0ee800090ddc270cc23c0970b6f905f31474;p=openldap Sync with HEAD --- diff --git a/include/ldap.h b/include/ldap.h index 045ae58348..3ad3d5de8f 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -43,11 +43,12 @@ LDAP_BEGIN_DECL #define LDAP_VERSION_MAX LDAP_VERSION3 /* - * We'll use 2000+draft revision for our API version number - * As such, the number will be above the old RFC but below - * whatever number does finally get assigned + * We use 3000+n here because it is above 1823 (for RFC 1823), + * above 2000+rev of IETF LDAPEXT draft (now quite dated), + * yet below allocations for new RFCs (just in case there is + * someday an RFC produced). */ -#define LDAP_API_VERSION 2004 +#define LDAP_API_VERSION 3001 #define LDAP_VENDOR_NAME "OpenLDAP" /* OpenLDAP API Features */