]> git.sur5r.net Git - openldap/commitdiff
Rework last commit
authorKurt Zeilenga <kurt@openldap.org>
Mon, 15 Dec 2003 23:32:52 +0000 (23:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 15 Dec 2003 23:32:52 +0000 (23:32 +0000)
include/ldap.h

index a5cac780d0bbe20091a7a2328f05621bf3ec3465..3ad3d5de8f930e64f015cd0c0ed5c7017524ebf8 100644 (file)
@@ -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       2005
+#define LDAP_API_VERSION       3001
 #define LDAP_VENDOR_NAME       "OpenLDAP"
 
 /* OpenLDAP API Features */