]> git.sur5r.net Git - openldap/blobdiff - build/version.sh
return to releng
[openldap] / build / version.sh
index 3f3d5a57772995e97b9352199d0249ee0f4cda9a..39c72ba974b26edca0442e7fb90f036b9a2113a8 100755 (executable)
@@ -1,15 +1,16 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 2000-2002 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=1
-ol_patch=8
-ol_api_inc=20108
-ol_api_lib=2:108:0
+ol_patch=X
+ol_api_inc=20113
+ol_api_lib=2:113:0
+ol_release_date="02-16-2003"
 
 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}\"