rse 97/08/18 10:30:12
Modified: src Tag: APACHE_1_2_X httpd.h Log: Now really prepare for final 1.2.3 tarball. Revision Changes Path No revision No revision 1.111.2.14 +2 -2 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.111.2.13 retrieving revision 1.111.2.14 diff -u -r1.111.2.13 -r1.111.2.14 --- httpd.h 1997/08/11 20:16:58 1.111.2.13 +++ httpd.h 1997/08/18 17:30:11 1.111.2.14 @@ -256,7 +256,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.2.3-dev" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.2.3" /* 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 1020301 +#define APACHE_RELEASE 1020399 #define SERVER_PROTOCOL "HTTP/1.1" #define SERVER_SUPPORT "http://www.apache.org/"