From: Jim Jagielski Date: Tue, 18 Jun 2002 01:21:46 +0000 (+0000) Subject: Bump MMN. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270e2bb8a3b58b7e45af89877e8bee6e09341b20;p=thirdparty%2Fapache%2Fhttpd.git Bump MMN. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95749 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/include/ap_mmn.h b/src/include/ap_mmn.h index 07a2818664f..e034392024d 100644 --- a/src/include/ap_mmn.h +++ b/src/include/ap_mmn.h @@ -236,6 +236,7 @@ * 19990320.11 - Add some fields to the end of the core_dir_config * structure * 19990320.12 - add ap_getline(), ap_get_chunk_size() + * 19990320.13 - add ap_strtol() */ #define MODULE_MAGIC_COOKIE 0x41503133UL /* "AP13" */ @@ -243,7 +244,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 19990320 #endif -#define MODULE_MAGIC_NUMBER_MINOR 12 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 13 /* 0...n */ /* Useful for testing for features. */ #define AP_MODULE_MAGIC_AT_LEAST(major,minor) \