From: Kurt Zeilenga Date: Sun, 12 Oct 2008 00:24:13 +0000 (+0000) Subject: Ready for release (fix library versioning) X-Git-Tag: OPENLDAP_REL_ENG_2_4_12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3628ba623a0c9a68efab37e4d204e3aba8af122c;p=openldap Ready for release (fix library versioning) --- diff --git a/CHANGES b/CHANGES index 2392ddda37..d9033881c0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.12 Release (2008/10/08) +OpenLDAP 2.4.12 Release (2008/10/12) Fixed libldap ldap_utf8_strchar arguments (ITS#5720) Fixed libldap TLS_CRLFILE (ITS#5677) Fixed liblutil executables on Windows (ITS#5604) diff --git a/build/version.var b/build/version.var index 36962513cf..c2129ad854 100644 --- a/build/version.var +++ b/build/version.var @@ -17,7 +17,7 @@ ol_major=2 ol_minor=4 ol_patch=12 ol_api_inc=20412 -ol_api_current=3 -ol_api_revision=1 -ol_api_age=1 -ol_release_date="2008/10/08" +ol_api_current=4 +ol_api_revision=0 +ol_api_age=2 +ol_release_date="2008/10/12"