]> granicus.if.org Git - apache/commitdiff
Update the version string for the current dev version.
authorRyan Bloom <rbb@apache.org>
Fri, 28 Apr 2000 19:03:15 +0000 (19:03 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 28 Apr 2000 19:03:15 +0000 (19:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85085 13f79535-47bb-0310-9956-ffa450edef68

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

index c76305d9cb007a03b2299c3aa9e3b19ae34a9298..b1a39ee271b68216121f9ddacbe9b59bf93ce57c 100644 (file)
@@ -277,7 +277,7 @@ extern "C" {
 #endif
 #endif /* CORE_PRIVATE */
 
-#define AP_SERVER_BASEVERSION "Apache/2.0a3"       /* SEE COMMENTS ABOVE */
+#define AP_SERVER_BASEVERSION "Apache/2.0a4-dev"       /* 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 20000003
+#define APACHE_RELEASE 20000004
 
 #define DECLINED -1            /* Module declines to handle */
 #define DONE -2                        /* Module has served the response completely 
index bfc53703d0cfa6ab0ad4b897e4f8bd8227d0c9a2..0442a3f89062e648631b50467768e1da5710588d 100644 (file)
@@ -96,7 +96,7 @@
 
 #define VENDOR   "Apache Software Foundation"
 #define SOFTWARE "Apache"
-#define VERSION  "2.0a3"
+#define VERSION  "2.0a4-dev"
 
 #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION