brian 98/05/21 17:37:30
Modified: src/include httpd.h
Log:
I wanted to make it 1.3.0-dev, but I figured I was running low on karma today.
Revision Changes Path
1.214 +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.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- httpd.h 1998/05/22 00:24:06 1.213
+++ httpd.h 1998/05/22 00:37:29 1.214
@@ -382,7 +382,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b7" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b8-dev" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */