X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=build%2Fversion.sh;h=39c72ba974b26edca0442e7fb90f036b9a2113a8;hb=05a6149a22fa2ced80e840d68b122065ddfa8f48;hp=3f3d5a57772995e97b9352199d0249ee0f4cda9a;hpb=64e711f9533d43a9fee212cdd94fa6b631e816f9;p=openldap diff --git a/build/version.sh b/build/version.sh index 3f3d5a5777..39c72ba974 100755 --- a/build/version.sh +++ b/build/version.sh @@ -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}\"