From: Jim Jagielski Date: Mon, 20 Jul 2009 20:21:07 +0000 (+0000) Subject: and bump to 2.2.13-dev X-Git-Tag: 2.2.13~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb800ad8a8b7a4473fa3b8b2f6702da52c1a6a3c;p=thirdparty%2Fapache%2Fhttpd.git and bump to 2.2.13-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@795992 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c6a4d034ebc..c3bf507bfab 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.13 + + Changes with Apache 2.2.12 *) SECURITY: CVE-2009-1891 (cve.mitre.org) diff --git a/STATUS b/STATUS index c133921cf59..5f8d49f0dc0 100644 --- a/STATUS +++ b/STATUS @@ -25,7 +25,7 @@ Patches considered for backport are noted in their branches' STATUS: Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - + 2.2.13 : In development 2.2.12 : Tagged July 20, 2009. 2.2.11 : Released December 14, 2008. 2.2.10 : Released October 14, 2008. diff --git a/include/ap_release.h b/include/ap_release.h index de2c85383ed..e75286fe2fd 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 2 -#define AP_SERVER_PATCHLEVEL_NUMBER 12 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 13 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"