]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
RM warning text
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Sep 2011 02:14:46 +0000 (02:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Sep 2011 02:14:46 +0000 (02:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1169595 13f79535-47bb-0310-9956-ffa450edef68

include/ap_release.h

index d3da8a6f4e9a16b05cd888b2c8d06a08994519f4..687b2b01b78a32caaf01fe5221b6f692049bcdc2 100644 (file)
@@ -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