diff options
author | Ian Holsman <ianh@apache.org> | 2002-08-23 20:05:38 +0200 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2002-08-23 20:05:38 +0200 |
commit | a525e2a5ad7b969b4e33fdf2b0e541b142545bb0 (patch) | |
tree | 13fc12ea0e9df1f3671286a9dc402b8110fc8ada /include/ap_release.h | |
parent | new option to ServerTokens. "Maj[or]" which displays a server response (diff) | |
download | apache2-a525e2a5ad7b969b4e33fdf2b0e541b142545bb0.tar.xz apache2-a525e2a5ad7b969b4e33fdf2b0e541b142545bb0.zip |
Major/Minor/Min[imal]
now working as one (with a sane mind) would thing it should
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96501 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_release.h')
-rw-r--r-- | include/ap_release.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/ap_release.h b/include/ap_release.h index ec599a1b65..f9b4f4b467 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -73,9 +73,11 @@ */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_MAJORVERSION "2.0" -#define AP_SERVER_MINORVERSION "41-dev" -#define AP_SERVER_BASEREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION +#define AP_SERVER_MAJORVERSION "2" +#define AP_SERVER_MINORVERSION "0" +#define AP_SERVER_PATCHLEVEL "41-dev" +#define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION +#define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION |