From: Quanah Gibson-Mount Date: Thu, 28 Mar 2013 15:41:51 +0000 (-0700) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_4_35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ead52fcc0669c9e7efdf74ab62be63882ca8aa3;p=openldap Prep for release --- diff --git a/CHANGES b/CHANGES index c90147f172..5fde35561e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.35 Engineering +OpenLDAP 2.4.35 Release (2013/03/31) Fixed liblmdb mdb_cursor_put with MDB_MULTIPLE (ITS#7551) Fixed liblmdb page rebalance (ITS#7536) Fixed liblmdb missing parens (ITS#7377) diff --git a/build/version.var b/build/version.var index 22d2bb6e31..8917a01089 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=20434 +ol_patch=35 +ol_api_inc=20435 ol_api_current=11 -ol_api_revision=0 +ol_api_revision=1 ol_api_age=9 -ol_release_date="2013/03/01" +ol_release_date="2013/03/31"