From 9b3458457d9ff1f741b229c01c0558bd76794773 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 25 Aug 2000 20:36:52 +0000 Subject: [PATCH] Update LDAP_VENDOR_VERSION to 20000 (2.0.0) --- include/ldap.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5