summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2002-06-03 00:29:16 +0200
committerCliff Woolley <jwoolley@apache.org>2002-06-03 00:29:16 +0200
commitf35e891531b0ab40360e6f579985687dc9c70d0b (patch)
treeb0b43cb6058accbcd7c5162ef4923e701719b9cc /include
parentPropogate apr-util change (diff)
downloadapache2-f35e891531b0ab40360e6f579985687dc9c70d0b.tar.xz
apache2-f35e891531b0ab40360e6f579985687dc9c70d0b.zip
The recent changes require a full recompile. Lack thereof has bitten
both me and Justin today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 ddd7cd8d43..9245480048 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -106,12 +106,13 @@
* 20020329.1 (2.0.36) minor bump for new arg to opt fn ap_cgi_build_command
* 20020506 (2.0.37-dev) Removed r->boundary in request_rec.
* 20020529 (2.0.37-dev) Standardized the names of some apr_pool_*_set funcs
+ * 20020602 (2.0.37-dev) Bucket API change (metadata buckets)
*/
#define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20020529
+#define MODULE_MAGIC_NUMBER_MAJOR 20020602
#endif
#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */