summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2010-04-07 12:15:56 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2010-04-07 12:15:56 +0200
commit2058083de6b388268dad36a5b6d032a0055930cc (patch)
treee1b3262cf2c8e81880d07edfca3b600a15a68777 /include
parentFirst order simplification; Add IncludeOptional for introducing (diff)
downloadapache2-2058083de6b388268dad36a5b6d032a0055930cc.tar.xz
apache2-2058083de6b388268dad36a5b6d032a0055930cc.zip
I was wrong (and looked at the wrong commit when trying to figure
out this change) - 20100223 was a _MAJOR mmn bump! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index c4e08b7d47..9b7f3d2c7b 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -217,16 +217,16 @@
* 20100208.0 (2.3.6-dev) ap_socache_provider_t API changes to store and iterate
* 20100208.1 (2.3.6-dev) Added forward member to proxy_conn_rec
* 20100208.2 (2.3.7-dev) Added ap_log_command_line().
- * 20100208.3 (2.3.7-dev) LDAP client_certs per-server moved to per-dir
- * 20100208.4 (2.3.7-dev) Added ap_process_fnmatch_configs().
+ * 20100223.0 (2.3.7-dev) LDAP client_certs per-server moved to per-dir
+ * 20100223.1 (2.3.7-dev) Added ap_process_fnmatch_configs().
*/
#define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20100208
+#define MODULE_MAGIC_NUMBER_MAJOR 20100223
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 4 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a