From: William A. Rowe Jr Date: Mon, 12 Sep 2011 02:15:47 +0000 (+0000) Subject: RM warning text X-Git-Tag: 2.0.65~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92adb2a1b65d497f9fbfaea3b2f147ea8acad429;p=thirdparty%2Fapache%2Fhttpd.git RM warning text git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1169596 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index ecb8eec01e2..7597440420e 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -42,6 +42,8 @@ #define AP_SERVER_PATCHLEVEL_NUMBER 65 #define AP_SERVER_ADD_STRING "-dev" +/* Synchronize the above with docs/manual/style/version.ent */ + /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER) #define AP_SERVER_MINORVERSION APR_STRINGIFY(AP_SERVER_MINORVERSION_NUMBER)