Mailing List Archive

cvs commit: apache-1.3/src/include httpd.h
jim 98/04/15 17:15:35

Modified: src/include httpd.h
Log:
ready to tag

Revision Changes Path
1.204 +1 -1 apache-1.3/src/include/httpd.h

Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- httpd.h 1998/04/13 18:05:09 1.203
+++ httpd.h 1998/04/16 00:15:34 1.204
@@ -362,7 +362,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/

-#define SERVER_BASEVERSION "Apache/1.3b6-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b6" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else