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:12:49 UTC

svn commit: r1169593 - /httpd/httpd/trunk/include/ap_release.h

Author: wrowe
Date: Mon Sep 12 02:12:49 2011
New Revision: 1169593

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

Modified:
    httpd/httpd/trunk/include/ap_release.h

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=1169593&r1=1169592&r2=1169593&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Mon Sep 12 02:12:49 2011
@@ -48,6 +48,8 @@
 #define AP_SERVER_PATCHLEVEL_NUMBER   15
 #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