You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2006/04/01 10:28:41 UTC

svn commit: r390619 - /httpd/httpd/trunk/include/ap_mmn.h

Author: rpluem
Date: Sat Apr  1 00:28:39 2006
New Revision: 390619

URL: http://svn.apache.org/viewcvs?rev=390619&view=rev
Log:
* Actually increase MODULE_MAGIC_NUMBER_MINOR by one as r390210 only added
  a comment to do so.

Modified:
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/ap_mmn.h?rev=390619&r1=390618&r2=390619&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Sat Apr  1 00:28:39 2006
@@ -126,7 +126,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20060110
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 2                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a