]> granicus.if.org Git - apache/commitdiff
Advance all the numbers in the CHANGES and httpd.h file to reflect that
authorRyan Bloom <rbb@apache.org>
Fri, 18 Aug 2000 17:45:39 +0000 (17:45 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 18 Aug 2000 17:45:39 +0000 (17:45 +0000)
we are now working on a7.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86102 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 93f0169ae7dfc695d8b7087763095e4c661734d9..b5e344e555e7901bef4cc14bf0aa6fe380a5e529 100644 (file)
@@ -283,7 +283,7 @@ extern "C" {
 
 #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
 #define AP_SERVER_BASEPRODUCT "Apache"
-#define AP_SERVER_BASEREVISION "2.0a6"
+#define AP_SERVER_BASEREVISION "2.0a7"
 #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
 #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION
 
@@ -376,7 +376,7 @@ API_EXPORT(const char *) ap_get_server_built(void);
  * Always increases along the same track as the source branch.
  * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
  */
-#define APACHE_RELEASE 20000006
+#define APACHE_RELEASE 20000007
 
 #define DECLINED -1            /* Module declines to handle */
 #define DONE -2                        /* Module has served the response completely