rse 98/09/21 12:12:18
Modified: src/include httpd.h
Log:
Jump to release version 1.3.2
Revision Changes Path
1.243 +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.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- httpd.h 1998/09/17 20:39:24 1.242
+++ httpd.h 1998/09/21 19:12:17 1.243
@@ -410,7 +410,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.2-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.2" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -427,7 +427,7 @@
* For a final release, 'betaseq' should be set to '99'.
* For example, Apache 1.4.2 should be '1040299'
*/
-#define APACHE_RELEASE 1030201
+#define APACHE_RELEASE 1030299
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT