From eb800ad8a8b7a4473fa3b8b2f6702da52c1a6a3c Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 20 Jul 2009 20:21:07 +0000 Subject: [PATCH] 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 --- CHANGES | 3 +++ STATUS | 2 +- include/ap_release.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) 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" -- 2.47.3