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/07/18 17:52:53 UTC

svn commit: r219521 - /httpd/httpd/trunk/include/ap_release.h

Author: pquerna
Date: Mon Jul 18 08:52:19 2005
New Revision: 219521

URL: http://svn.apache.org/viewcvs?rev=219521&view=rev
Log:
move trunk to 2.3.0-dev.

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

Modified: httpd/httpd/trunk/include/ap_release.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/ap_release.h?rev=219521&r1=219520&r2=219521&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_release.h (original)
+++ httpd/httpd/trunk/include/ap_release.h Mon Jul 18 08:52:19 2005
@@ -41,8 +41,8 @@
 #define AP_SERVER_BASEPRODUCT "Apache"
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
-#define AP_SERVER_MINORVERSION_NUMBER 1
-#define AP_SERVER_PATCHLEVEL_NUMBER   7
+#define AP_SERVER_MINORVERSION_NUMBER 3
+#define AP_SERVER_PATCHLEVEL_NUMBER   0
 #define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 #if AP_SERVER_DEVBUILD_BOOLEAN