summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-04-28 19:03:15 +0000
committerRyan Bloom <rbb@apache.org>2000-04-28 19:03:15 +0000
commitde87338df23d5882e5ab902ed0f0c541551492d1 (patch)
tree5a3169ba7820eb67d801aff733d1523d3197e97f
parent78b0a254fde8ccf172c52816363992548b513a43 (diff)
downloadhttpd-de87338df23d5882e5ab902ed0f0c541551492d1.tar.gz
Update the version string for the current dev version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85085 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/httpd.h4
-rw-r--r--server/mpm/winnt/registry.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/httpd.h b/include/httpd.h
index c76305d9cb..b1a39ee271 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -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
diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c
index bfc53703d0..0442a3f890 100644
--- a/server/mpm/winnt/registry.c
+++ b/server/mpm/winnt/registry.c
@@ -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