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:14:47 UTC

svn commit: r1169595 - /httpd/httpd/branches/2.2.x/include/ap_release.h

Author: wrowe
Date: Mon Sep 12 02:14:46 2011
New Revision: 1169595

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

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

Modified: httpd/httpd/branches/2.2.x/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/ap_release.h?rev=1169595&r1=1169594&r2=1169595&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_release.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_release.h Mon Sep 12 02:14:46 2011
@@ -48,6 +48,8 @@
 #define AP_SERVER_PATCHLEVEL_NUMBER   22
 #define AP_SERVER_DEVBUILD_BOOLEAN    1
 
+/* Synchronize the above with docs/manual/style/version.ent */ 
+
 #if AP_SERVER_DEVBUILD_BOOLEAN
 #define AP_SERVER_ADD_STRING          "-dev"
 #else