From: Colm MacCarthaigh Date: Sun, 16 Apr 2006 18:32:19 +0000 (+0000) Subject: update for 2.0.57 X-Git-Tag: 2.0.57~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d29c0c148dcac663c2eac3b9538459da8bcea1;p=thirdparty%2Fapache%2Fhttpd.git update for 2.0.57 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@394540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index fa8f755e8c5..d3627276a60 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -39,8 +39,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 -#define AP_SERVER_PATCHLEVEL_NUMBER 56 -#define AP_SERVER_ADD_STRING "" +#define AP_SERVER_PATCHLEVEL_NUMBER 57 +#define AP_SERVER_ADD_STRING "-dev" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)