Author: jim
Date: Thu Jan 10 08:19:31 2008
New Revision: 610829
URL: http://svn.apache.org/viewvc?rev=610829&view=rev
Log:
Prepare to tag 1.3.41
Modified:
httpd/httpd/branches/1.3.x/STATUS
httpd/httpd/branches/1.3.x/src/include/httpd.h
Modified: httpd/httpd/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/STATUS?rev=610829&r1=610828&r2=610829&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/STATUS (original)
+++ httpd/httpd/branches/1.3.x/STATUS Thu Jan 10 08:19:31 2008
@@ -3,7 +3,7 @@
Release:
- 1.3.41: In development.
+ 1.3.41: Tagged January 10, 2008.
1.3.40: Tagged January 4, 2008. Not released.
1.3.39: Released September 7, 2007.
1.3.38: Tagged August 10, 2007. Not released.
Modified: httpd/httpd/branches/1.3.x/src/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/include/httpd.h?rev=610829&r1=610828&r2=610829&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/src/include/httpd.h (original)
+++ httpd/httpd/branches/1.3.x/src/include/httpd.h Thu Jan 10 08:19:31 2008
@@ -389,7 +389,7 @@
#define SERVER_BASEVENDOR "Apache Group"
#define SERVER_BASEPRODUCT "Apache"
-#define SERVER_BASEREVISION "1.3.41-dev"
+#define SERVER_BASEREVISION "1.3.41"
#define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION
#define SERVER_PRODUCT SERVER_BASEPRODUCT
@@ -410,7 +410,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 10341000
+#define APACHE_RELEASE 10341100
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
|