rse 97/08/22 00:11:55
Modified: src Tag: APACHE_1_2_X httpd.h
Log:
Prepare for 1.2.4 release.
Revision Changes Path
No revision
No revision
1.111.2.16 +2 -2 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.111.2.15
retrieving revision 1.111.2.16
diff -u -r1.111.2.15 -r1.111.2.16
--- httpd.h 1997/08/18 17:43:51 1.111.2.15
+++ httpd.h 1997/08/22 07:11:53 1.111.2.16
@@ -256,7 +256,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.2.4-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.2.4" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else
@@ -266,7 +266,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1020401
+#define APACHE_RELEASE 1020499
#define SERVER_PROTOCOL "HTTP/1.1"
#define SERVER_SUPPORT "http://www.apache.org/"