]> granicus.if.org Git - apache/commitdiff
The recent changes require a full recompile. Lack thereof has bitten
authorCliff Woolley <jwoolley@apache.org>
Sun, 2 Jun 2002 22:29:16 +0000 (22:29 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sun, 2 Jun 2002 22:29:16 +0000 (22:29 +0000)
both me and Justin today.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95475 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index ddd7cd8d43992d9ef2edb6000072ca433b3e92c2..92454800484eae4904055c5918b6bba435b867ee 100644 (file)
  * 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 */