]> granicus.if.org Git - apache/commitdiff
Update the version string to reflect that we are currently working on
authorRyan Bloom <rbb@apache.org>
Mon, 13 Mar 2000 18:53:22 +0000 (18:53 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 13 Mar 2000 18:53:22 +0000 (18:53 +0000)
Apache/2.0a2-dev.

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

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

index 94033eac78a2bbbebf3577e15837dc393bd276b5..c9c4ddb1b1ededb8bd40ec41bfe2983a02c34993 100644 (file)
@@ -279,7 +279,7 @@ extern "C" {
 #endif
 #endif /* CORE_PRIVATE */
 
-#define AP_SERVER_BASEVERSION "Apache/2.0-dev"       /* SEE COMMENTS ABOVE */
+#define AP_SERVER_BASEVERSION "Apache/2.0a2-dev"       /* SEE COMMENTS ABOVE */
 #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION
 
 #define AP_SERVER_PROTOCOL "HTTP/1.1"
index 82ebac5cd08ea6406a0051b2f89d9052fbfe96d7..e755cd136db0f5b0be5264d8def2c0d8b74d770c 100644 (file)
@@ -95,7 +95,7 @@
 
 #define VENDOR   "Apache Software Foundation"
 #define SOFTWARE "Apache"
-#define VERSION  "2.0"
+#define VERSION  "2.0a2-dev"
 
 #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION