coar 99/08/09 10:22:13
Modified: src/os/win32 registry.c
src/include httpd.h
Log:
Rolling 1.3.8..
Revision Changes Path
1.23 +1 -1 apache-1.3/src/os/win32/registry.c
Index: registry.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- registry.c 1999/07/29 22:58:30 1.22
+++ registry.c 1999/08/09 17:22:02 1.23
@@ -38,7 +38,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.8 dev"
+#define VERSION "1.3.8"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
1.290 +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.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- httpd.h 1999/08/08 11:45:16 1.289
+++ httpd.h 1999/08/09 17:22:10 1.290
@@ -419,7 +419,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.8-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.8" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -435,7 +435,7 @@
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
*/
-#define APACHE_RELEASE 10308000
+#define APACHE_RELEASE 10308100
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT