From: William A. Rowe Jr Date: Fri, 28 Jun 2013 16:56:49 +0000 (+0000) Subject: Prepare to tag 2.0.65 (final) X-Git-Tag: 2.0.65~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe9812411f185b8312e88f4322043c635245d5b0;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index 61eb47d39a8..67f8750dbca 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 55cb90d26a2..60e12291494 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 */