]> granicus.if.org Git - apache/commitdiff
The bump in r1855311 looks slighly optimistic.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 5 May 2019 09:51:48 +0000 (09:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 5 May 2019 09:51:48 +0000 (09:51 +0000)
March, 12th should be enough

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1858661 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index 8f9cab17af7cb6dc66552e2bbe28242522b17452..af7fe2fb4a6b5af6a2e2172c0ef9e481b55d6581 100644 (file)
  * 20180906.1 (2.5.1-dev)  Don't export ap_filter_recycle() anymore
  * 20180906.2 (2.5.1-dev)  Add ap_state_dir_relative()
  * 20180906.3 (2.5.1-dev)  Add ap_dir_nofnmatch() and ap_dir_fnmatch().
- * 20191203.1 (2.5.1-dev)  Axe bucket number from struct process_score
- * 20191203.2 (2.5.1-dev)  Add ap_no2slash_ex() and merge_slashes to 
+ * 20190312.1 (2.5.1-dev)  Axe bucket number from struct process_score
+ * 20190312.2 (2.5.1-dev)  Add ap_no2slash_ex() and merge_slashes to 
  *                         core_server_conf.
- * 20191203.3 (2.5.1-dev)  Add forward_100_continue{,_set} to proxy_dir_conf
+ * 20190312.3 (2.5.1-dev)  Add forward_100_continue{,_set} to proxy_dir_conf
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20191203
+#define MODULE_MAGIC_NUMBER_MAJOR 20190312
 #endif
 #define MODULE_MAGIC_NUMBER_MINOR 3                 /* 0...n */