diff options
author | Stefan Fritsch <sf@apache.org> | 2010-07-01 06:36:10 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-07-01 06:36:10 +0000 |
commit | a52771796a279f2b4ee482b021d01db2241d30ff (patch) | |
tree | 0526591dde14a70f3a30de9cb113d98c553156e9 /include | |
parent | ed451e94d1edccf3ddb4d19c4c29fd7423eb03be (diff) | |
download | httpd-a52771796a279f2b4ee482b021d01db2241d30ff.tar.gz |
actually update the MMN and not only the comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index e17c016867..08692505ac 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -238,7 +238,7 @@ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20100630 +#define MODULE_MAGIC_NUMBER_MAJOR 20100701 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ |