]> git.sur5r.net Git - openldap/blobdiff - build/version.sh
MSGHDR updates
[openldap] / build / version.sh
index d31a7c6a08c38c6f51c562122b2bef0e7e294ee4..f2cf16fea07b2b02bfab5f0239cc84b23eaa110a 100755 (executable)
@@ -1,15 +1,11 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 2000 The OpenLDAP Foundation
+## Copyright 2000-2003 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
-ol_package=OpenLDAP
-ol_major=2
-ol_minor=X
-ol_patch=X
-ol_api_inc=000000
-ol_api_lib=0:0:0
+DIR=`dirname $0`
+. $DIR/version.var
 
 if test $ol_patch != X ; then
        ol_version=${ol_major}.${ol_minor}.${ol_patch}
@@ -34,3 +30,4 @@ echo OL_API_LIB=$ol_api_lib
 echo OL_VERSION=$ol_version
 echo OL_TYPE=$ol_type
 echo OL_STRING=\"${ol_string}\"
+echo OL_RELEASE_DATE=\"${ol_release_date}\"