From 7d92e649529c85e0aca2ec7385732390c434f3ee Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 11 Nov 2011 21:04:23 +0000 Subject: [PATCH] bump to 2.4.0-dev and 2.4.0 in version.ent git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201048 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/version.ent | 6 +++--- include/ap_release.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index eaf3701789..706c06a134 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -18,7 +18,7 @@ --> - - + + - + diff --git a/include/ap_release.h b/include/ap_release.h index e267443f01..f50e0da322 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,8 +44,8 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION_NUMBER 2 -#define AP_SERVER_MINORVERSION_NUMBER 3 -#define AP_SERVER_PATCHLEVEL_NUMBER 16 +#define AP_SERVER_MINORVERSION_NUMBER 4 +#define AP_SERVER_PATCHLEVEL_NUMBER 0 #define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */ -- 2.40.0