dgaudet 97/10/12 17:06:51
Modified: src/main httpd.h
Log:
yeah yeah yeah, btw the "how to release" docs are broken due to recent changes
Revision Changes Path
1.156 +1 -1 apachen/src/main/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- httpd.h 1997/10/08 08:46:01 1.155
+++ httpd.h 1997/10/13 00:06:49 1.156
@@ -342,7 +342,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b1" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b2-dev" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else