From: William A. Rowe Jr Date: Thu, 6 Aug 2009 07:37:08 +0000 (+0000) Subject: we are at .14-dev X-Git-Tag: 2.2.14~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50b82389d0dcc7bb6c5184923e067e0c48b383f;p=thirdparty%2Fapache%2Fhttpd.git we are at .14-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@801531 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1ebd9dcb48c..b1a8f75a0f0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@  -*- coding: utf-8 -*- +Changes with Apache 2.2.14 + + + Changes with Apache 2.2.13 *) SECURITY: CVE-2009-2412 (cve.mitre.org) diff --git a/include/ap_release.h b/include/ap_release.h index b57392cd7a6..258dff1dbaa 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 13 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 14 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"