]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump minor mmn after addition of mod_proxy_scgi
authorGraham Leggett <minfrin@apache.org>
Wed, 23 Sep 2009 22:21:54 +0000 (22:21 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 23 Sep 2009 22:21:54 +0000 (22:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@818287 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index c58660db48e8877ec6c3e3b9f149a6c570e92733..5f3b2b2efe0da2d9defaf745a51cc927208dd779 100644 (file)
  * 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" */
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20051115
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 23                    /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 24                    /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a