diff options
author | Ian Holsman <ianh@apache.org> | 2001-11-27 23:14:31 +0100 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2001-11-27 23:14:31 +0100 |
commit | 6f9865ce14518d2d42f8c4e28ff742574b6def6d (patch) | |
tree | e3cc22e92512d2dad2bb46cea15af77324fb4f5a /include | |
parent | about to tag 29 (diff) | |
download | apache2-6f9865ce14518d2d42f8c4e28ff742574b6def6d.tar.xz apache2-6f9865ce14518d2d42f8c4e28ff742574b6def6d.zip |
welcome to .30
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_release.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_release.h b/include/ap_release.h index f0c3822210..66e5962c1b 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -73,7 +73,7 @@ */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0.29" +#define AP_SERVER_BASEREVISION "2.0.30-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION |