coar 99/07/29 15:36:20
Modified: src/include httpd.h
src/os/win32 registry.c
Log:
Updating version for 1.3.7 tarball..
Revision Changes Path
1.287 +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.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- httpd.h 1999/07/29 18:13:30 1.286
+++ httpd.h 1999/07/29 22:36:00 1.287
@@ -419,7 +419,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.7-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.7" /* 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 10307000
+#define APACHE_RELEASE 10307100
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.21 +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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- registry.c 1999/04/08 21:04:46 1.20
+++ registry.c 1999/07/29 22:36:17 1.21
@@ -38,7 +38,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.7 dev"
+#define VERSION "1.3.7"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION