diff options
author | Cliff Woolley <jwoolley@apache.org> | 2001-07-26 21:02:56 +0200 |
---|---|---|
committer | Cliff Woolley <jwoolley@apache.org> | 2001-07-26 21:02:56 +0200 |
commit | 150d9561b4db2676e694d72dac61c9ea51c02488 (patch) | |
tree | ced0935a0d0189706b4119a38c1880b77ab0a1ad /include/ap_mmn.h | |
parent | Fix printf() warnings related to long->apr_off_t swap (diff) | |
download | apache2-150d9561b4db2676e694d72dac61c9ea51c02488.tar.xz apache2-150d9561b4db2676e694d72dac61c9ea51c02488.zip |
Bump mmn for 2.0.22-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index a4ee03294e..7cafa2c381 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -76,12 +76,13 @@ * 20010224 (2.0.13-dev) MODULE_MAGIC_COOKIE reset to "AP20" * 20010523 (2.0.19-dev) bump for scoreboard structure reordering * 20010627 (2.0.19-dev) more API changes than I can count + * 20010726 (2.0.22-dev) more big API changes */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20010627 +#define MODULE_MAGIC_NUMBER_MAJOR 20010726 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */ |