You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/07/16 15:06:38 UTC

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

Author: rjung
Date: Mon Jul 16 13:06:37 2012
New Revision: 1362020

URL: http://svn.apache.org/viewvc?rev=1362020&view=rev
Log:
Bump it up because of r1361784.

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=1362020&r1=1362019&r2=1362020&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Mon Jul 16 13:06:37 2012
@@ -396,6 +396,7 @@
  * 20120211.1 (2.5.0-dev)  Add ap_palloc_debug, ap_pcalloc_debug
  * 20120211.2 (2.5.0-dev)  Add ap_runtime_dir_relative
  * 20120211.3 (2.5.0-dev)  Add forcerecovery to proxy_balancer_shared struct
+ * 20120211.4 (2.5.0-dev)  Add missing HTTP status codes registered with IANA.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -403,7 +404,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20120211
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 3                   /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 4                   /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a