jim 2004/10/18 09:34:29
Modified: src/include httpd.h
Log:
Get ready to TAG
Revision Changes Path
1.382 +2 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.381
retrieving revision 1.382
diff -u -r1.381 -r1.382
--- httpd.h 7 May 2004 14:43:05 -0000 1.381
+++ httpd.h 18 Oct 2004 16:34:29 -0000 1.382
@@ -388,7 +388,7 @@
#define SERVER_BASEVENDOR "Apache Group"
#define SERVER_BASEPRODUCT "Apache"
-#define SERVER_BASEREVISION "1.3.32-dev"
+#define SERVER_BASEREVISION "1.3.32"
#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 10332000
+#define APACHE_RELEASE 10332100
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
|