summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2007-08-10 15:51:11 +0000
committerJim Jagielski <jim@apache.org>2007-08-10 15:51:11 +0000
commit850934e48439a54fb56c4246fb164e7ff763d17d (patch)
treebe652f1207264501e34e14c0865b373eebe3bf3e
parent4ebc4df8d253e7c3d0b3c666665fd6b51e4f2a1a (diff)
downloadhttpd-2.0.60.tar.gz
Tag httpd-2.0 as 2.0.602.0.60
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.0.60@564632 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS3
-rw-r--r--include/ap_release.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index 0dc1e7e675..4862618fed 100644
--- a/STATUS
+++ b/STATUS
@@ -23,8 +23,7 @@ Consult the trunk/ for all new development and documentation efforts:
Release history:
- 2.0.60 : in maintenance. T&R proposed for Aug 10, release on
- Aug 14. Jim offers to be RM.
+ 2.0.60 : Tagged August 10, 2007.
2.0.59 : released July 28, 2006 as GA.
2.0.58 : released May 1, 2006 as GA.
2.0.57 : tagged April 19, 2006, not released.
diff --git a/include/ap_release.h b/include/ap_release.h
index 83a2d1a9cb..39d1dd17af 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 60
-#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)