jim 98/06/01 15:23:42
Modified: src/include httpd.h
src/os/win32 registry.c
Log:
And bump up
Revision Changes Path
1.220 +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.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- httpd.h 1998/06/01 22:18:43 1.219
+++ httpd.h 1998/06/01 22:23:40 1.220
@@ -382,7 +382,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.0" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.1-b1" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -397,7 +397,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1030000
+#define APACHE_RELEASE 1030101
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- registry.c 1998/06/01 22:18:44 1.4
+++ registry.c 1998/06/01 22:23:42 1.5
@@ -28,7 +28,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.0"
+#define VERSION "1.3.1 beta"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION