summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2002-09-16 23:29:54 +0000
committerSander Striker <striker@apache.org>2002-09-16 23:29:54 +0000
commit7599dce3f64ae439966c3aa57f90bdfa74b30c83 (patch)
tree7ce0b56b933ac61e1d7a903ff5d37083f6a162bd /include
parentecc042e01a454f52176cae358ed967b1bd2e409f (diff)
downloadhttpd-7599dce3f64ae439966c3aa57f90bdfa74b30c83.tar.gz
Prepare for the tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_release.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_release.h b/include/ap_release.h
index f9b4f4b467..64edda961e 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -75,7 +75,7 @@
#define AP_SERVER_BASEPRODUCT "Apache"
#define AP_SERVER_MAJORVERSION "2"
#define AP_SERVER_MINORVERSION "0"
-#define AP_SERVER_PATCHLEVEL "41-dev"
+#define AP_SERVER_PATCHLEVEL "41"
#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