summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2013-06-28 16:56:49 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2013-06-28 16:56:49 +0000
commitfe9812411f185b8312e88f4322043c635245d5b0 (patch)
tree8b6e4edb9322915eff23bded80cef4d039da06f7
parent646f8d86abf3e3255f95c97bba6bd7ae9caa31bd (diff)
downloadhttpd-fe9812411f185b8312e88f4322043c635245d5b0.tar.gz
Prepare to tag 2.0.65 (final)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1497842 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS4
-rw-r--r--include/ap_release.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index 61eb47d39a..67f8750dbc 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,10 @@
-APACHE 2.0 STATUS: -*-text-*-
+APACHE 2.0 STATUS: -*-text-*-
Last modified at [$Date$]
Release history:
- 2.0.65 : To be Tagged and Retired June 27, 2013.
+ 2.0.65 : Tagged and Retired June 28, 2013.
2.0.64 : Released October 19, 2010.
2.0.63 : Released January 19, 2008.
2.0.62 : Tagged January 4, 2008. Not released.
diff --git a/include/ap_release.h b/include/ap_release.h
index 55cb90d26a..60e1229149 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 65
-#define AP_SERVER_ADD_STRING "-dev"
+#define AP_SERVER_ADD_STRING ""
/* Synchronize the above with docs/manual/style/version.ent */