]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update the version name in the tree for 2.0a2
authorRyan Bloom <rbb@apache.org>
Fri, 31 Mar 2000 19:52:18 +0000 (19:52 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 31 Mar 2000 19:52:18 +0000 (19:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84883 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h
server/mpm/winnt/registry.c

index 98efa091b9b895564c95926c1b1cdedf9e98fd6d..a17c319ec26e2f6c47ddb99b04826493997c004a 100644 (file)
@@ -277,7 +277,7 @@ extern "C" {
 #endif
 #endif /* CORE_PRIVATE */
 
-#define AP_SERVER_BASEVERSION "Apache/2.0a2-dev"       /* SEE COMMENTS ABOVE */
+#define AP_SERVER_BASEVERSION "Apache/2.0a2"       /* SEE COMMENTS ABOVE */
 #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION
 
 #define AP_SERVER_PROTOCOL "HTTP/1.1"
@@ -385,7 +385,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 10309100
+#define APACHE_RELEASE 20000002
 
 #define DECLINED -1            /* Module declines to handle */
 #define DONE -2                        /* Module has served the response completely 
index 6c5d3d36a47770b976719d98deb1939cd272ac11..cfe0119c00fb65ce1faec290cac70f2975a91a86 100644 (file)
@@ -96,7 +96,7 @@
 
 #define VENDOR   "Apache Software Foundation"
 #define SOFTWARE "Apache"
-#define VERSION  "2.0a2-dev"
+#define VERSION  "2.0a2"
 
 #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION