From: Jim Jagielski Date: Fri, 17 Aug 2012 17:09:30 +0000 (+0000) Subject: and we are at 2.4.4-dev X-Git-Tag: 2.4.4~653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba1a3d4ed26a0ce72d55478dc17623a21926f7eb;p=apache and we are at 2.4.4-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1374367 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 33c6b73207..5a98d69dfc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.4 + + Changes with Apache 2.4.3 *) SECURITY: CVE-2012-3502 (cve.mitre.org) diff --git a/STATUS b/STATUS index fa7bb533a1..6bea3d3660 100644 --- a/STATUS +++ b/STATUS @@ -32,6 +32,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.4 : In development. 2.4.3 : Tagged on August 17, 2012. 2.4.2 : Tagged on April 5, 2012. Released Apr 17, 2012. 2.4.1 : Tagged on February 13, 2012. Released Feb 21, 2012. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 07cbea0fed..b8b4786392 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 cb15fd1a96..8a535264fc 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -45,8 +45,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 3 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 4 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #define AP_SERVER_ADD_STRING "-dev" /* Synchronize the above with docs/manual/style/version.ent */