diff options
Diffstat (limited to '')
-rw-r--r-- | include/ap_release.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ap_release.h b/include/ap_release.h index 25c5c63de4..98ad043fc0 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -74,8 +74,8 @@ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION "2" -#define AP_SERVER_MINORVERSION "0" -#define AP_SERVER_PATCHLEVEL "44-dev" +#define AP_SERVER_MINORVERSION "1" +#define AP_SERVER_PATCHLEVEL "0-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 |