summaryrefslogtreecommitdiff
path: root/include/ap_release.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-09-12 02:12:49 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-09-12 02:12:49 +0000
commit386f5f4c12a77f4e2d9537db416d3414b57fd4f3 (patch)
tree7e7a7f69e35b10418a9130631fcd44806193787b /include/ap_release.h
parentf79ee4d89064c90e29802c4aa0cd15fcb73fb085 (diff)
downloadhttpd-386f5f4c12a77f4e2d9537db416d3414b57fd4f3.tar.gz
RM warning text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_release.h')
-rw-r--r--include/ap_release.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ap_release.h b/include/ap_release.h
index 6bd2e227c9..054a2bd7b5 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -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