jim 97/10/17 06:28:46
Modified: src CHANGES
src/main httpd.h
Log:
Move back down to 1.3b2 for tagging
Revision Changes Path
1.466 +0 -2 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -r1.465 -r1.466
--- CHANGES 1997/10/16 22:38:35 1.465
+++ CHANGES 1997/10/17 13:28:43 1.466
@@ -1,5 +1,3 @@
-Changes with Apache 1.3b3
-
Changes with Apache 1.3b2 (there is no 1.3b1)
*) TestCompile was not passing $LIBS [Dean Gaudet]
1.159 +1 -1 apachen/src/main/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- httpd.h 1997/10/16 22:38:37 1.158
+++ httpd.h 1997/10/17 13:28:45 1.159
@@ -342,7 +342,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b3-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b2" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else