Commit 5bb8c2e2 authored by Cliff Woolley's avatar Cliff Woolley
Browse files

The recent changes require a full recompile. Lack thereof has bitten

both me and Justin today.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95475 13f79535-47bb-0310-9956-ffa450edef68
parent cfa87dae
Loading
Loading
Loading
Loading
+2 −1
Changes for include/ap_mmn.h: 2 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -106,12 +106,13 @@
 * 20020329.1 (2.0.36) minor bump for new arg to opt fn ap_cgi_build_command
 * 20020506 (2.0.37-dev) Removed r->boundary in request_rec.
 * 20020529 (2.0.37-dev) Standardized the names of some apr_pool_*_set funcs
 * 20020602 (2.0.37-dev) Bucket API change (metadata buckets)
 */

#define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */

#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20020529
#define MODULE_MAGIC_NUMBER_MAJOR 20020602
#endif
#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */