From: Colm MacCarthaigh Date: Sun, 16 Apr 2006 18:29:18 +0000 (+0000) Subject: roll on for 2.0.56 X-Git-Tag: 2.0.56~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297ffa3e9a7403c0a875497ecc30c9a6331b8c7f;p=thirdparty%2Fapache%2Fhttpd.git roll on for 2.0.56 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@394535 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index 8d01a80fe17..fa8f755e8c5 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 56 -#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)