summaryrefslogtreecommitdiffstats
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2002-09-04 01:39:43 +0200
committerGreg Stein <gstein@apache.org>2002-09-04 01:39:43 +0200
commitbae0abe5287d0e42a456e728cbd678d5238728e6 (patch)
treeeb9f5b5d6b3ed625f79d17ffd7e44c16c690e02b /include/ap_mmn.h
parentAvoid calling the real exit() function when the macro exit() is called outsid... (diff)
downloadapache2-bae0abe5287d0e42a456e728cbd678d5238728e6.tar.xz
apache2-bae0abe5287d0e42a456e728cbd678d5238728e6.zip
This bit me over the weekend. A module with old constants doesn't work
well with a system looking for new... Note: we really should peg Apache against a specific APR release so that our ABI doesn't keep getting whacked due to APR(UTIL) changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96628 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 35b3438940..54ec08eed2 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -110,12 +110,13 @@
* 20020612 (2.0.38-dev) Changed server_rec->[keep_alive_]timeout to apr time
* 20020625 (2.0.40-dev) Changed conn_rec->keepalive to an enumeration
* 20020628 (2.0.40-dev) Added filter_init to filter registration functions
+ * 20020903 (2.0.41-dev) APR's error constants changed
*/
#define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20020628
+#define MODULE_MAGIC_NUMBER_MAJOR 20020903
#endif
#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */