summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-07-27 17:23:49 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-07-27 17:23:49 +0000
commitbc0d4bbf17f8233c30188b73f0b3e13809ca88af (patch)
treec1f7d0ea7ef73bd1056ce75869cb372cc64231db
parent2be6fc9ac44eba0efad0c2fb7533309b029facf5 (diff)
downloadhttpd-bc0d4bbf17f8233c30188b73f0b3e13809ca88af.tar.gz
Prepare to tag 2.0.59
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@426154 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS6
-rw-r--r--include/ap_release.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/STATUS b/STATUS
index f3ab01320c..6bd5572ca6 100644
--- a/STATUS
+++ b/STATUS
@@ -23,10 +23,10 @@ Consult the trunk/ for all new development and documentation efforts:
Release history:
- 2.0.59 : In development
+ 2.0.59 : tagged July 27, 2006
2.0.58 : released May 1, 2006 as GA.
- 2.0.57 : Tagged on April 19, 2006. Not released.
- 2.0.56 : Tagged on April 16, 2006. Not released.
+ 2.0.57 : tagged April 19, 2006, not released.
+ 2.0.56 : tagged April 16, 2006, not released.
2.0.55 : released October 16, 2005 as GA.
2.0.54 : released April 17, 2005 as GA.
2.0.53 : released February 7, 2005 as GA.
diff --git a/include/ap_release.h b/include/ap_release.h
index a0c07f2b2a..77b9417424 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -40,7 +40,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 0
#define AP_SERVER_PATCHLEVEL_NUMBER 59
-#define AP_SERVER_ADD_STRING "-dev"
+#define AP_SERVER_ADD_STRING ""
/* keep old macros as well */
#define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)