From: Colm MacCarthaigh Date: Mon, 24 Apr 2006 18:19:55 +0000 (+0000) Subject: Roll on 2.0.58 X-Git-Tag: 2.0.58~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a4cd70ff8066bd6608b233e77f17f910ffd1240;p=thirdparty%2Fapache%2Fhttpd.git Roll on 2.0.58 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@396627 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index c118b1a119c..8f7e399663f 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 58 -#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)