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