From: William A. Rowe Jr Date: Thu, 14 Oct 2010 16:36:36 +0000 (+0000) Subject: Bump after tag. X-Git-Tag: 2.0.65~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9212eb0b1ebd8fcea553a390747c461b70ea746;p=thirdparty%2Fapache%2Fhttpd.git Bump after tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1022607 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ee24f5786f4..669c2818f29 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@  -*- coding: utf-8 -*- +Changes with Apache 2.0.65 + + + Changes with Apache 2.0.64 *) SECURITY: CVE-2010-1452 (cve.mitre.org) diff --git a/include/ap_release.h b/include/ap_release.h index 9fee3f4fa4c..11056b0b6ab 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -39,8 +39,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 -#define AP_SERVER_PATCHLEVEL_NUMBER 64 -#define AP_SERVER_ADD_STRING "" +#define AP_SERVER_PATCHLEVEL_NUMBER 65 +#define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)