From 112cb4d52b095d6375e49290dfc07bc03133292e Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 18 Feb 2013 20:24:08 +0000 Subject: [PATCH] And we are at 2.4.5-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1447464 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ STATUS | 5 ++--- docs/manual/style/version.ent | 2 +- include/ap_release.h | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 7688dbb76d..9fcea4fca6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.5 + + Changes with Apache 2.4.4 *) SECURITY: CVE-2012-3499 (cve.mitre.org) diff --git a/STATUS b/STATUS index fd4150ae28..361aa8ff58 100644 --- a/STATUS +++ b/STATUS @@ -32,9 +32,8 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.4.4 : In development. Jim and sf propose a release RSN; jim - would like to see the mod_proxy and mod_slotmem in this - release though. Jim volunteers to RM. + 2.4.5 : In development + 2.4.4 : Tagged on February 18, 2013. 2.4.3 : Tagged on August 17, 2012. Released Aug 18, 2012 2.4.2 : Tagged on April 5, 2012. Released Apr 17, 2012. 2.4.1 : Tagged on February 13, 2012. Released Feb 21, 2012. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index b8b4786392..c3f63ef2b0 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 f01d3a10be..a140f62700 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 4 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 5 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #define AP_SERVER_ADD_STRING "-dev" /* Synchronize the above with docs/manual/style/version.ent */ -- 2.40.0