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/10/14 01:25:16 UTC

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

Author: jim
Date: Thu Oct 13 16:25:14 2005
New Revision: 320942

URL: http://svn.apache.org/viewcvs?rev=320942&view=rev
Log:
Get ready to tag 1.3.34

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

Modified: httpd/httpd/branches/1.3.x/src/include/httpd.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/src/include/httpd.h?rev=320942&r1=320941&r2=320942&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/src/include/httpd.h (original)
+++ httpd/httpd/branches/1.3.x/src/include/httpd.h Thu Oct 13 16:25:14 2005
@@ -388,7 +388,7 @@
 
 #define SERVER_BASEVENDOR   "Apache Group"
 #define SERVER_BASEPRODUCT  "Apache"
-#define SERVER_BASEREVISION "1.3.34-dev"
+#define SERVER_BASEREVISION "1.3.34"
 #define SERVER_BASEVERSION  SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
 
 #define SERVER_PRODUCT  SERVER_BASEPRODUCT
@@ -409,7 +409,7 @@
  * Always increases along the same track as the source branch.
  * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
  */
-#define APACHE_RELEASE 10334000
+#define APACHE_RELEASE 10334100
 
 #define SERVER_PROTOCOL "HTTP/1.1"
 #ifndef SERVER_SUPPORT