]> git.sur5r.net Git - openldap/blobdiff - build/version.sh
Return to release engineering
[openldap] / build / version.sh
index 7f1d8625be574f88f8b542cad4e240008c975f5a..bc3f94dd89493840cf2719758cc901140eab73fd 100755 (executable)
@@ -1,15 +1,20 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 2000-2002 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
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2004 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+
+DIR=`dirname $0`
+. $DIR/version.var
 
 if test $ol_patch != X ; then
        ol_version=${ol_major}.${ol_minor}.${ol_patch}
@@ -34,3 +39,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}\"