You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2004/11/19 23:34:46 UTC

svn commit: r105890 - httpd/httpd/trunk/include

Author: jerenkrantz
Date: Fri Nov 19 14:34:45 2004
New Revision: 105890

Modified:
   httpd/httpd/trunk/include/ap_release.h
Log:
* include/ap_release.h: Bump to 2.1.1.


Modified: httpd/httpd/trunk/include/ap_release.h
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h	(original)
+++ httpd/httpd/trunk/include/ap_release.h	Fri Nov 19 14:34:45 2004
@@ -35,8 +35,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   0
-#define AP_SERVER_ADD_STRING          "-dev"
+#define AP_SERVER_PATCHLEVEL_NUMBER   1 
+/* #define AP_SERVER_ADD_STRING          "-dev" */
 
 /* keep old macros as well */
 #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)