From: Jim Jagielski Date: Thu, 10 Jan 2008 16:29:47 +0000 (+0000) Subject: And we are now 2.0.64-dev X-Git-Tag: 2.0.64~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59b379f45d632f0f54ec3e3f00b4b2d051a8329;p=thirdparty%2Fapache%2Fhttpd.git And we are now 2.0.64-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@610837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b4819dd345a..c405401484b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.0.64 + + Changes with Apache 2.0.63 *) winnt_mpm: Resolve modperl issues by redirecting console mode stdout diff --git a/include/ap_release.h b/include/ap_release.h index 89bc143c1a8..37478cdb81c 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 63 -#define AP_SERVER_ADD_STRING "" +#define AP_SERVER_PATCHLEVEL_NUMBER 64 +#define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)