--- include/ldap.h 2003/12/15 22:05:20 1.208.2.6 +++ include/ldap.h 2003/12/16 00:10:20 1.208.2.7 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/include/ldap.h,v 1.208.2.5 2003/12/01 00:58:24 kurt Exp $ */ +/* $OpenLDAP: pkg/ldap/include/ldap.h,v 1.208.2.6 2003/12/15 22:05:20 kurt Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1998-2003 The OpenLDAP Foundation. @@ -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 */