You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2011/09/12 04:15:47 UTC

svn commit: r1169596 - /httpd/httpd/branches/2.0.x/include/ap_release.h

Author: wrowe
Date: Mon Sep 12 02:15:47 2011
New Revision: 1169596

URL: http://svn.apache.org/viewvc?rev=1169596&view=rev
Log:
RM warning text

Modified:
    httpd/httpd/branches/2.0.x/include/ap_release.h

Modified: httpd/httpd/branches/2.0.x/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/include/ap_release.h?rev=1169596&r1=1169595&r2=1169596&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.0.x/include/ap_release.h Mon Sep 12 02:15:47 2011
@@ -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)