summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-01-18 20:14:14 +0100
committerEric Covener <covener@apache.org>2014-01-18 20:14:14 +0100
commit99ca42198f720b87045ceccf62127fc3150e975f (patch)
tree71f8018b98b948a3334a4d4a5df8bccd5dac28d1 /include
parentUpdates. (diff)
downloadapache2-99ca42198f720b87045ceccf62127fc3150e975f.tar.xz
apache2-99ca42198f720b87045ceccf62127fc3150e975f.zip
followups to r1557641 suggested by nd -- add
prefix to both the macro and the handler name itself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1559394 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index ba4034e631..06eb663dab 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -445,7 +445,8 @@
* 20131112.1 (2.5.0-dev) Add suspend_connection and resume_connection hooks
* 20131112.2 (2.5.0-dev) Add ap_regname
* 20131230.0 (2.5.0-dev) cl_head_zero & expect_strict added to server_config
- * 20131230.1 (2.5.0-dev) REDIRECT_HANDLER_NAME in mod_rewrite.h
+ * 20131230.1 (2.5.0-dev) REWRITE_REDIRECT_HANDLER_NAME in mod_rewrite.h
+ * 20131230.2 (2.5.0-dev) Prefix REWRITE_REDIRECT_HANDLER_NAME in mod_rewrite.h
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -453,7 +454,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20131230
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a