You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/02/24 22:27:38 UTC

svn commit: r1293427 - /httpd/httpd/trunk/include/ap_mmn.h

Author: sf
Date: Fri Feb 24 21:27:37 2012
New Revision: 1293427

URL: http://svn.apache.org/viewvc?rev=1293427&view=rev
Log:
Fix MMN in comment

Modified:
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=1293427&r1=1293426&r2=1293427&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Fri Feb 24 21:27:37 2012
@@ -393,7 +393,7 @@
  * 20120204.0 (2.5.0-dev)  Remove ap_create_core_ctx(), ap_core_ctx_get_bb();
  *                         add insert_network_bucket hook, AP_DECLINED
  * 20120211.0 (2.5.0-dev)  Change re_nsub in ap_regex_t from apr_size_t to int.
- * 20120211.0 (2.5.0-dev)  Add ap_palloc_debug, ap_pcalloc_debug
+ * 20120211.1 (2.5.0-dev)  Add ap_palloc_debug, ap_pcalloc_debug
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */