]> git.sur5r.net Git - openldap/commitdiff
Sync with HEAD
authorKurt Zeilenga <kurt@openldap.org>
Fri, 26 Mar 2004 00:20:19 +0000 (00:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 26 Mar 2004 00:20:19 +0000 (00:20 +0000)
build/version.sh
build/version.var
configure

index 3f44943f173b61d950834dc58479ccab266d7897..b6d003ce18782c38f48c4fd5302df9af41b3f7b6 100755 (executable)
@@ -31,6 +31,7 @@ else
 fi
 
 ol_string="${ol_package} ${ol_version}-${ol_type}"
+ol_api_lib_version="${ol_api_current}:${ol_api_revision}:${ol_api_age}"
 
 echo OL_PACKAGE=\"${ol_package}\"
 echo OL_MAJOR=$ol_major
index 45fcedf80d50b5c67f5569ffcb938025b70c9c9e..f4a3df5819b2423b690b0575b94e20579561e8ef 100644 (file)
@@ -17,5 +17,7 @@ ol_major=2
 ol_minor=2
 ol_patch=X
 ol_api_inc=20207
-ol_api_lib_version=7:0:0
+ol_api_current=7
+ol_api_revision=0
+ol_api_age=0
 ol_release_date="2004/03/22"
index b1eaeaaabdbb043e0fcb78e86b7d4c199327f8a4..bb392a5d6634c8f15fe475645328f193f9a101ea 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.478.2.14 2004/03/17 20:15:30 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.478.2.15 2004/03/24 21:51:22 kurt Exp  
 
 # This work is part of OpenLDAP Software <http://www.openldap.org/>.
 #