1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Rainer Jung
2012-02-01 11:12:02 +00:00
parent dbb41e9923
commit ab76ab0bb0

View File

@@ -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 */