From 4e2c7bbdb362276d0507ee656f65d6311569f552 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 28 May 1999 02:38:17 +0000 Subject: [PATCH] Remove LDAP_VERSION3 from ldap.h. Some folks might actually be use this for version checking (which isn't too bright, but). --- build/version | 2 +- include/ldap.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/version b/build/version index 842c32cb0d..87d08c9729 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -1.2.2-Engineering +1.2.2-Release diff --git a/include/ldap.h b/include/ldap.h index 997b26f96c..204d171d76 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -29,7 +29,6 @@ LDAP_BEGIN_DECL #define LDAP_PORT 389 #define LDAP_VERSION1 1 #define LDAP_VERSION2 2 -#define LDAP_VERSION3 3 #define LDAP_VERSION LDAP_VERSION2 #define LDAP_COMPAT20 -- 2.39.2