summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-11-20 20:10:50 +0000
committerRyan Bloom <rbb@apache.org>2000-11-20 20:10:50 +0000
commit0d8f112d269ec0a57320de7857966befe140a91b (patch)
tree63d5cb0205215036298009f01cb5b28ec78d4555
parentc54e0f1d9d50f61a27b77689674d6f182d526cdb (diff)
downloadhttpd-0d8f112d269ec0a57320de7857966befe140a91b.tar.gz
Get the version number bumped to 2.0a8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87037 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h
index ba87d577c3..b3c5ae4e86 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -282,7 +282,7 @@ extern "C" {
#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
#define AP_SERVER_BASEPRODUCT "Apache"
-#define AP_SERVER_BASEREVISION "2.0a8-dev"
+#define AP_SERVER_BASEREVISION "2.0a8"
#define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
#define AP_SERVER_VERSION AP_SERVER_BASEVERSION