summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-08-23 18:05:38 +0000
committerIan Holsman <ianh@apache.org>2002-08-23 18:05:38 +0000
commita525e2a5ad7b969b4e33fdf2b0e541b142545bb0 (patch)
tree13fc12ea0e9df1f3671286a9dc402b8110fc8ada /include
parentdf6a0c3e94e2ac58fad609109616b278655a6bbc (diff)
downloadhttpd-a525e2a5ad7b969b4e33fdf2b0e541b142545bb0.tar.gz
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')
-rw-r--r--include/ap_release.h8
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