jwoolley 01/07/27 20:22:56
Modified: include ap_release.h
Log:
Bump for 2.0.22
Revision Changes Path
1.30 +1 -1 httpd-2.0/include/ap_release.h
Index: ap_release.h
===================================================================
RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -u -r1.29 -r1.30
--- ap_release.h 2001/07/19 21:49:41 1.29
+++ ap_release.h 2001/07/28 03:22:56 1.30
@@ -73,7 +73,7 @@
*/
#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
#define AP_SERVER_BASEPRODUCT "Apache"
-#define AP_SERVER_BASEREVISION "2.0.22-dev"
+#define AP_SERVER_BASEREVISION "2.0.22"
#define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
#define AP_SERVER_VERSION AP_SERVER_BASEVERSION
|