From 0f92cda64fd8d089dbb74de8398b290259d872a3 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 4 Jun 2015 16:15:38 +0000 Subject: [PATCH] and we are 2.4.14-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1683585 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 517a9299ae..5b31673b62 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.14 + + Changes with Apache 2.4.13 *) SECURITY: CVE-2015-0253 (cve.mitre.org) diff --git a/STATUS b/STATUS index 6b6de0f06d..585f722621 100644 --- a/STATUS +++ b/STATUS @@ -34,6 +34,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.14 : In development. 2.4.13 : Tagged on June 4, 2015. 2.4.12 : Tagged on January 22, 2015. Released Jan 29, 2015 2.4.11 : Tagged on January 15, 2015. Not released. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index c42bef9554..1815b1f2b0 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 5eff415934..57e9a0cfd5 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 13 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 14 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ -- 2.40.0