From 255ba44393a71cb1d51104fd5df4ae58669545a4 Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Thu, 17 Jan 2019 17:48:48 +0000 Subject: [PATCH] Post 2.4.38 tag updates [Reverted by r1851567] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851559 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 1d1019fb4fb..b32924dad76 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.40 + Changes with Apache 2.4.39 Changes with Apache 2.4.38 diff --git a/STATUS b/STATUS index 5836a8e5970..d2737bd78f0 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.39 : In development + 2.4.40 : In development + 2.4.39 : Tagged on January 17, 2019 2.4.38 : Tagged on January 17, 2019 2.4.37 : Tagged on October 18, 2018. Released on October 23, 2018. 2.4.36 : Tagged on October 10, 2018. Not released. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index aa8121f7232..430283e6866 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 91553f737e7..b619a62aa49 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 39 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 40 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ -- 2.47.3