You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2009/09/24 00:32:02 UTC

svn commit: r818292 - /httpd/httpd/branches/2.2.x/include/ap_mmn.h

Author: minfrin
Date: Wed Sep 23 22:32:02 2009
New Revision: 818292

URL: http://svn.apache.org/viewvc?rev=818292&view=rev
Log:
Revert 818287, addition of a module doesn't require an MMN bump.

Modified:
    httpd/httpd/branches/2.2.x/include/ap_mmn.h

Modified: httpd/httpd/branches/2.2.x/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/ap_mmn.h?rev=818292&r1=818291&r2=818292&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/include/ap_mmn.h (original)
+++ httpd/httpd/branches/2.2.x/include/ap_mmn.h Wed Sep 23 22:32:02 2009
@@ -138,7 +138,6 @@
  * 20051115.22 (2.2.12) Add ap_escape_html2 API, with additional option
  * 20051115.23 (2.2.12) Add ap_open_piped_log_ex API, with cmdtype option,
  *                      and conditional cmdtype member of piped_log struct
- * 20051115.24 (2.2.14) Add mod_proxy_scgi
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503232UL /* "AP22" */
@@ -146,7 +145,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20051115
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 24                    /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 23                    /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a