jim 98/02/08 07:06:56
Modified: src CHANGES
src/include httpd.h
Log:
And bump up to 1.3b5-dev
Revision Changes Path
1.620 +2 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -r1.619 -r1.620
--- CHANGES 1998/02/07 21:23:28 1.619
+++ CHANGES 1998/02/08 15:06:53 1.620
@@ -1,3 +1,5 @@
+Changes with Apache 1.3b5
+
Changes with Apache 1.3b4
*) The module structure was modified to include a *dynamic_load_handle
1.182 +2 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- httpd.h 1998/02/08 15:03:34 1.181
+++ httpd.h 1998/02/08 15:06:55 1.182
@@ -356,7 +356,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b4" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b5-dev" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else
@@ -367,7 +367,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1030004
+#define APACHE_RELEASE 1030005
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT