From b4d5d891514927b6a6517d2dc2989ae37d1d7b94 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 6 Jul 2000 19:05:11 +0000 Subject: [PATCH] Rev the LDAP_VENDOR_VERSION --- include/ldap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ldap.h b/include/ldap.h index a46f0858ba..8a06fe60e8 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -43,8 +43,8 @@ LDAP_BEGIN_DECL */ #define LDAP_API_VERSION 2004 #define LDAP_VENDOR_NAME "OpenLDAP" -/* We'll eventually release as 200 */ -#define LDAP_VENDOR_VERSION 19905 +/* We'll eventually release as 20000 */ +#define LDAP_VENDOR_VERSION 19910 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION -- 2.39.5