From: Jim Jagielski Date: Thu, 22 Jan 2015 18:48:36 +0000 (+0000) Subject: And we are 2.4.13-dev X-Git-Tag: 2.4.13~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afe4d1a48edfe82e41cce5b5d2673d7fcd5f4109;p=apache And we are 2.4.13-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1654002 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index dff6440998..9f3042b6dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.13 + Changes with Apache 2.4.12 *) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for diff --git a/STATUS b/STATUS index 3d39cf5fcf..142568d176 100644 --- a/STATUS +++ b/STATUS @@ -34,6 +34,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.13 : In development. 2.4.12 : Tagged on January 22, 2015. 2.4.11 : Tagged on January 15, 2015. Not released. 2.4.10 : Tagged on July 15, 2014. Released July 21, 2014 diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 592305c2e3..c42bef9554 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 c71cbc6e92..b88f256475 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 12 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 13 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */