rbb 00/11/20 12:10:51
Modified: src/include httpd.h Log: Get the version number bumped to 2.0a8 Revision Changes Path 1.117 +1 -1 apache-2.0/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- httpd.h 2000/11/10 00:58:25 1.116 +++ httpd.h 2000/11/20 20:10:50 1.117 @@ -282,7 +282,7 @@ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0a8-dev" +#define AP_SERVER_BASEREVISION "2.0a8" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION