diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-06-28 01:37:00 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-06-28 01:37:00 +0200 |
commit | 2bb1fb4a728336cb2aa9062ec2159b5127a005b7 (patch) | |
tree | 37c78fdd7bf7fdc79fe1817b1e25b64cc0dfe493 /include/ap_mmn.h | |
parent | Testing reveals a nasty side effect of this aftn's patch, this is the fix. (diff) | |
download | apache2-2bb1fb4a728336cb2aa9062ec2159b5127a005b7.tar.xz apache2-2bb1fb4a728336cb2aa9062ec2159b5127a005b7.zip |
bump and grind for another beta
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 8869d60cc9..a4ee03294e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -75,14 +75,15 @@ /* * 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 */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20010523 +#define MODULE_MAGIC_NUMBER_MAJOR 20010627 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */ /** |