diff options
author | Rainer Jung <rjung@apache.org> | 2012-02-01 12:12:02 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2012-02-01 12:12:02 +0100 |
commit | ab76ab0bb0cb4f361e7f132a236330e7108c694a (patch) | |
tree | 1ad1d5df81e37670922c112376676be9c02c6138 /include | |
parent | No need for multi-version compatibility. (diff) | |
download | apache2-ab76ab0bb0cb4f361e7f132a236330e7108c694a.tar.xz apache2-ab76ab0bb0cb4f361e7f132a236330e7108c694a.zip |
Forgot to bump MMN when advancing the
MODULE_MAGIC_COOKIE for trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 ff2a64feb6..3d6547d22d 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -389,12 +389,13 @@ * private, add ap_create_core_ctx(), * ap_core_ctx_get_bb(), move core_net rec definition * to http_core.h + * 20120201.0 (2.5.0-dev) Bump MODULE_MAGIC_COOKIE to "AP25"! */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20120123 +#define MODULE_MAGIC_NUMBER_MAJOR 20120201 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ |