Commit 969e885f authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

The bump in r1855311 looks slighly optimistic.

March, 12th should be enough

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1858661 13f79535-47bb-0310-9956-ffa450edef68
parent 81ee9362
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -609,16 +609,16 @@
 * 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 */