lars 99/03/20 20:33:46
Modified: src/include httpd.h
src/os/win32 registry.c
Log:
roll 1.3.5
Revision Changes Path
1.273 +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.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- httpd.h 1999/03/20 23:43:24 1.272
+++ httpd.h 1999/03/21 04:33:41 1.273
@@ -413,7 +413,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.5-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.5" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -429,7 +429,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 10305000
+#define APACHE_RELEASE 10305100
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.15 +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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- registry.c 1999/01/10 07:49:00 1.14
+++ registry.c 1999/03/21 04:33:44 1.15
@@ -28,7 +28,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.5 dev"
+#define VERSION "1.3.5"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION