From 15da3e1632706e414a57beb8a3b2916410ed9d7f Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Fri, 2 Aug 2019 20:16:56 +0000 Subject: [PATCH] Post 2.4.40 tag updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864289 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ STATUS | 3 ++- docs/manual/style/version.ent | 2 +- include/ap_release.h | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index ad4fd27625b..b5b698517b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.41 + Changes with Apache 2.4.40 *) core, mod_rewrite: Set PCRE_DOTALL by default. Revert via diff --git a/STATUS b/STATUS index f9bfc678fd4..36bf5597050 100644 --- a/STATUS +++ b/STATUS @@ -29,7 +29,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.40 : In development + 2.4.41 : In development + 2.4.40 : Tagged on August 02, 2019 2.4.39 : Tagged on March 27, 2019. Released on April 01, 2019. 2.4.38 : Tagged on January 17, 2019. Released on January 22, 2019. 2.4.37 : Tagged on October 18, 2018. Released on October 23, 2018. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 430283e6866..ccb8e25bec2 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 e1615a8522c..1af413769bb 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 40 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 41 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ -- 2.47.3