You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2005/03/30 01:01:35 UTC

svn commit: r159444 - httpd/httpd/branches/1.3.x/src/include/ap_mmn.h

Author: jim
Date: Tue Mar 29 15:01:34 2005
New Revision: 159444

URL: http://svn.apache.org/viewcvs?view=rev&rev=159444
Log:
Uh Oh. We forgot to bump MINOR when we added ap_auth_nonce.

Modified:
    httpd/httpd/branches/1.3.x/src/include/ap_mmn.h

Modified: httpd/httpd/branches/1.3.x/src/include/ap_mmn.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/src/include/ap_mmn.h?view=diff&r1=159443&r2=159444
==============================================================================
--- httpd/httpd/branches/1.3.x/src/include/ap_mmn.h (original)
+++ httpd/httpd/branches/1.3.x/src/include/ap_mmn.h Tue Mar 29 15:01:34 2005
@@ -210,7 +210,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 19990320
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 16                    /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 17                    /* 0...n */
 
 /* Useful for testing for features. */
 #define AP_MODULE_MAGIC_AT_LEAST(major,minor)		\