diff options
author | Greg Ames <gregames@apache.org> | 2001-11-08 20:37:01 +0100 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2001-11-08 20:37:01 +0100 |
commit | c0ec58095b3b0f3cf569d0a0c3c769b7dc458ae2 (patch) | |
tree | fc7d737d4760670c1719be47238039d254aa476b /include/ap_release.h | |
parent | Clean up the declarations and comments of some of the variables in (diff) | |
download | apache2-c0ec58095b3b0f3cf569d0a0c3c769b7dc458ae2.tar.xz apache2-c0ec58095b3b0f3cf569d0a0c3c769b7dc458ae2.zip |
about to tag 2.0.28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_release.h')
-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 fdd2b59b21..97375b93fe 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.28-dev" +#define AP_SERVER_BASEREVISION "2.0.28" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION |