From: Colm MacCarthaigh Date: Wed, 19 Apr 2006 16:12:02 +0000 (+0000) Subject: Roll on 2.0.57 X-Git-Tag: 2.0.57~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32980a177da16bf325ab6614b1f657cbbb372a60;p=thirdparty%2Fapache%2Fhttpd.git Roll on 2.0.57 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395285 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index fb93932e007..9da93f34a54 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 57 -#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)