From 6bfa8256161618e62e56d139243aa234b3ece875 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Fri, 24 Jan 2014 15:53:29 -0600
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 844ddf75ec..a0e522e51e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 OpenLDAP 2.4 Change Log
 
-OpenLDAP 2.4.39 Engineering
+OpenLDAP 2.4.39 Release (2014/01/26)
 	Fixed libldap MozNSS crash (ITS#7783)
 	Fixed libldap memory leak with SASL (ITS#7757)
 	Fixed libldap assert in parse_passwdpolicy_control (ITS#7759)
diff --git a/build/version.var b/build/version.var
index 85a6b8bafe..e68d251fd6 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=20438
+ol_patch=39
+ol_api_inc=20439
 ol_api_current=12
-ol_api_revision=1
+ol_api_revision=2
 ol_api_age=10
-ol_release_date="2013/11/16"
+ol_release_date="2014/01/26"
-- 
GitLab