From e9f4bdae6a6dc2ecbfb530d40f8f0c64a722c858 Mon Sep 17 00:00:00 2001 From: Jim Jagielski <jim@apache.org> Date: Fri, 11 Jun 2010 12:11:43 +0000 Subject: [PATCH] roll on 2.3.7 development... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953682 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ STATUS | 1 + include/ap_release.h | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a92f2a79e8..ee9d19d44f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.3.7 + + Changes with Apache 2.3.6 *) SECURITY: CVE-2009-3555 (cve.mitre.org) diff --git a/STATUS b/STATUS index 24e430c55a..b1d1c7945e 100644 --- a/STATUS +++ b/STATUS @@ -26,6 +26,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.3.7 : In development. 2.3.6 : Tagged June 11, 2010. 2.3.5 : Released on January 26, 2010. 2.3.4 : Released on December 8, 2009. diff --git a/include/ap_release.h b/include/ap_release.h index b8af1d28d7..ac9dcf228b 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -45,8 +45,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 -#define AP_SERVER_PATCHLEVEL_NUMBER 6 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 7 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev" -- 2.40.0