From: William A. Rowe Jr Date: Sun, 26 Aug 2001 05:15:09 +0000 (+0000) Subject: That last round calls for a bump. X-Git-Tag: 2.0.25~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc18962d120d070cb03eb3607b2e4120632b976b;p=apache That last round calls for a bump. bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90685 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index d212482bd8..b9eee6dd79 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -78,12 +78,13 @@ * 20010627 (2.0.19-dev) more API changes than I can count * 20010726 (2.0.22-dev) more big API changes * 20010808 (2.0.23-dev) dir d_is_absolute bit introduced, bucket changes, etc + * 20010825 (2.0.25-dev) removed d_is_absolute, introduced map_to_storage hook */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20010808 +#define MODULE_MAGIC_NUMBER_MAJOR 20010825 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */