From c00103bde7985d1a7f299fb4896bfd2e99e0f47b Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 16 Jan 2012 17:35:39 +0000 Subject: [PATCH] And we are at 2.4.1-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1232071 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ STATUS | 1 + docs/manual/style/version.ent | 2 +- include/ap_release.h | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index da2423ee02..07ee56625c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.1 + + Changes with Apache 2.4.0 *) SECURITY (CVE-2012-0031): Fix scoreboard issue which could allow diff --git a/STATUS b/STATUS index ac8211ec22..abea0fd976 100644 --- a/STATUS +++ b/STATUS @@ -32,6 +32,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.4.1 : In development. 2.4.0 : Tagged on January 16, 2012. 2.3.16 : Tagged on December 15, 2011. 2.3.15 : Tagged on November 8, 2011. Released Nov. 15, 2011. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 706c06a134..406969b87e 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ - + diff --git a/include/ap_release.h b/include/ap_release.h index be2b98e85e..efb15d80a8 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 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 0 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #define AP_SERVER_ADD_STRING "-dev" /* Synchronize the above with docs/manual/style/version.ent */ -- 2.40.0