jim 97/10/16 15:38:38
Modified: src CHANGES
src/main httpd.h
Log:
And bump up to 1.3b3-dev
Revision Changes Path
1.465 +2 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- CHANGES 1997/10/15 20:40:28 1.464
+++ CHANGES 1997/10/16 22:38:35 1.465
@@ -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.158 +1 -1 apachen/src/main/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- httpd.h 1997/10/16 22:36:10 1.157
+++ httpd.h 1997/10/16 22:38:37 1.158
@@ -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