From: Quanah Gibson-Mount Date: Tue, 6 May 2008 01:47:10 +0000 (+0000) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=084a1a9f8296e2f9413591d68e50a4040b2d9730;p=openldap Prep for release --- diff --git a/CHANGES b/CHANGES index 00b3642c7f..ea6c2541f7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.9 Engineering +OpenLDAP 2.4.9 Release (2008/05/06) Fixed libldap to use unsigned port (ITS#5436) Fixed libldap error message for missing close paren (ITS#5458) Fixed libldap_r tpool pause checks (ITS#5364, #5407) diff --git a/build/version.var b/build/version.var index 4b6c8e80fb..f4cc9835da 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=4 -ol_patch=x -ol_api_inc=20408 +ol_patch=9 +ol_api_inc=20409 ol_api_current=2 -ol_api_revision=4 +ol_api_revision=5 ol_api_age=0 -ol_release_date="2008/02/19" +ol_release_date="2008/05/06"