diff options
Diffstat (limited to 'include')
-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 |