From: Jim Jagielski Date: Thu, 10 Jan 2008 16:27:21 +0000 (+0000) Subject: get ready to tag 2.0.63 X-Git-Tag: 2.0.64~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3a41ce517d9b2c342f1c54785433f881535bf4;p=thirdparty%2Fapache%2Fhttpd.git get ready to tag 2.0.63 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@610835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5d54dfc8c3f..c2f42dfce8a 100644 --- a/STATUS +++ b/STATUS @@ -23,7 +23,7 @@ Consult the trunk/ for all new development and documentation efforts: Release history: - 2.0.63 : In development + 2.0.63 : Tagged January 10, 2008. 2.0.62 : Tagged January 4, 2008. Not released. 2.0.61 : Released September 7, 2007. 2.0.60 : Tagged August 10, 2007, not released. diff --git a/include/ap_release.h b/include/ap_release.h index 597f5c692b2..89bc143c1a8 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 63 -#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)