From: Kurt Zeilenga Date: Fri, 25 Aug 2000 20:36:52 +0000 (+0000) Subject: Update LDAP_VENDOR_VERSION to 20000 (2.0.0) X-Git-Tag: OPENLDAP_REL_ENG_2_0_0~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b3458457d9ff1f741b229c01c0558bd76794773;p=openldap Update LDAP_VENDOR_VERSION to 20000 (2.0.0) --- diff --git a/include/ldap.h b/include/ldap.h index adfd9ab2e3..1ef444e18e 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -43,8 +43,12 @@ LDAP_BEGIN_DECL */ #define LDAP_API_VERSION 2004 #define LDAP_VENDOR_NAME "OpenLDAP" -/* We'll eventually release as 20000 */ -#define LDAP_VENDOR_VERSION 19910 +/* + * vendor version number + * 2.0.0 -> 20000 + * 2.3.16 -> 20316 + */ +#define LDAP_VENDOR_VERSION 20000 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION