akosut 97/07/22 17:09:04
Modified: src httpd.h
Log:
Set version to 1.3a2-dev... continue development
Revision Changes Path
1.132 +1 -1 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.131
retrieving revision 1.132
diff -c -u -r1.131 -r1.132
/usr/bin/diff: conflicting specifications of output style
--- httpd.h 1997/07/23 00:06:06 1.131
+++ httpd.h 1997/07/23 00:09:02 1.132
@@ -288,7 +288,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3a1" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3a2-dev" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else