summaryrefslogtreecommitdiffstats
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-01-10 06:16:19 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-01-10 06:16:19 +0100
commit821fb2b2cabd34da7832a7cf9fdff59861e44868 (patch)
tree68efc73affcddbdd1eec87b1048a89eb6f698cfc /include/ap_mmn.h
parent mod_ssl adjustments to help with using toolkits other than OpenSSL: (diff)
downloadapache2-821fb2b2cabd34da7832a7cf9fdff59861e44868.tar.xz
apache2-821fb2b2cabd34da7832a7cf9fdff59861e44868.zip
This needed bumping for all the scoreboard changes; consider it bumped.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92801 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r--include/ap_mmn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index da32232d3c..7d5e47e0bb 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -88,12 +88,13 @@
* create_connection hook
* 20020102 (2.0.30-dev) bump for changed type of limit_req_body in
* core_dir_config
+ * 20020109 (2.0.31-dev) bump for changed shm and scoreboard declarations
*/
#define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20020102
+#define MODULE_MAGIC_NUMBER_MAJOR 20020109
#endif
#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */
#define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */