Skip to content

Commit

Permalink
MMN update and func name change
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715852 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jimjag committed Nov 23, 2015
1 parent 196a91d commit cd7b728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ap_mmn.h
Expand Up @@ -495,15 +495,15 @@
* ap_filter_should_yield(). Add empty and filters to
* conn_rec.
* 20150222.6 (2.5.0-dev) Add async_filter to conn_rec.
* 20150222.7 (2.5.0-dev) Add ap_str[n]casecmp();
* 20150222.7 (2.5.0-dev) Add ap_casecmpstr[n]();
*/

#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */

#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20150222
#endif
#define MODULE_MAGIC_NUMBER_MINOR 6 /* 0...n */
#define MODULE_MAGIC_NUMBER_MINOR 7 /* 0...n */

/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a
Expand Down

0 comments on commit cd7b728

Please sign in to comment.