]> git.sur5r.net Git - openldap/blobdiff - build/version.sh
Need ../cr.o
[openldap] / build / version.sh
index d31a7c6a08c38c6f51c562122b2bef0e7e294ee4..bb99966a0a767a17ba6eb4ed2e5f1af0fc5b4cd6 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 2000 The OpenLDAP Foundation
+## Copyright 2000-2002 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -10,6 +10,7 @@ ol_minor=X
 ol_patch=X
 ol_api_inc=000000
 ol_api_lib=0:0:0
+ol_release_date="00/00/0000"
 
 if test $ol_patch != X ; then
        ol_version=${ol_major}.${ol_minor}.${ol_patch}
@@ -34,3 +35,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}\"