From: Jim Jagielski Date: Fri, 4 Jan 2008 14:33:18 +0000 (+0000) Subject: And we are now 2.0.63-dev X-Git-Tag: 2.0.63~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a255cf06c89a06da04c73371f7fe8b626e46d98;p=thirdparty%2Fapache%2Fhttpd.git And we are now 2.0.63-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@608860 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 47c32807f7a..0db5b452ba3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.0.63 + + Changes with Apache 2.0.62 *) SECURITY: CVE-2007-6388 (cve.mitre.org) diff --git a/include/ap_release.h b/include/ap_release.h index b910cff7c52..36a73a17b94 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 62 -#define AP_SERVER_ADD_STRING "" +#define AP_SERVER_PATCHLEVEL_NUMBER 63 +#define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)