From 45c7e4135a168a157d6baf43bdc6adaeaeeac1c6 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Thu, 28 Mar 2013 08:41:51 -0700
Subject: [PATCH] Prep for release

---
 CHANGES           | 2 +-
 build/version.var | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

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"
-- 
GitLab