]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bump minor for new apis
authorPaul Querna <pquerna@apache.org>
Sun, 7 Dec 2008 05:50:07 +0000 (05:50 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 7 Dec 2008 05:50:07 +0000 (05:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724083 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index ef9f4dff24a80f6c516e3606f4bc4f36ae593653..b85845fcd0419990379601c84056036e1531b88a 100644 (file)
  *                         numeric values so they do not overlap with other
  *                         potential status codes
  * 20081201.0 (2.3.0-dev)  Rename several APIs to include ap_ prefix.
+ * 20081201.1 (2.3.0-dev)  Added ap_args_to_table and ap_body_to_table.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20081201
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a