You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/11/29 02:54:30 UTC

svn commit: r349584 - /httpd/httpd/tags/2.2.0/include/ap_release.h

Author: pquerna
Date: Mon Nov 28 17:54:28 2005
New Revision: 349584

URL: http://svn.apache.org/viewcvs?rev=349584&view=rev
Log:
Change 2.1.0 to 2.2.0.

Modified:
    httpd/httpd/tags/2.2.0/include/ap_release.h

Modified: httpd/httpd/tags/2.2.0/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/tags/2.2.0/include/ap_release.h?rev=349584&r1=349583&r2=349584&view=diff
==============================================================================
--- httpd/httpd/tags/2.2.0/include/ap_release.h (original)
+++ httpd/httpd/tags/2.2.0/include/ap_release.h Mon Nov 28 17:54:28 2005
@@ -46,8 +46,8 @@
 #define AP_SERVER_BASEPRODUCT "Apache"
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
-#define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   10
+#define AP_SERVER_MINORVERSION_NUMBER 2
+#define AP_SERVER_PATCHLEVEL_NUMBER   0
 /* #define AP_SERVER_DEVBUILD_BOOLEAN    1 */
 
 #if AP_SERVER_DEVBUILD_BOOLEAN