From: Jim Jagielski Date: Tue, 15 Jul 2014 17:14:08 +0000 (+0000) Subject: And we are at 2.4.11-dev X-Git-Tag: 2.4.11~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a4f5fcda076e4e5e961e9d8a830aa754a20c6e3;p=apache And we are at 2.4.11-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 14ede6147e..da731fbf43 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.11 + + Changes with Apache 2.4.10 *) SECURITY: CVE-2014-0117 (cve.mitre.org) diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index e8e9bd0cc7..3a4e24e825 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 d17f403239..0f28dce217 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 10 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 11 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */