From: Guenter Knauf Date: Mon, 14 Nov 2011 21:55:07 +0000 (+0000) Subject: Since we have branched 2.4.x we are now at 2.5.0 in trunk. X-Git-Tag: 2.5.0-alpha~7896 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed588c6e1afe0a2601e542e69de5f916f29739ff;p=thirdparty%2Fapache%2Fhttpd.git Since we have branched 2.4.x we are now at 2.5.0 in trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index e267443f012..68cca60605c 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,8 +44,8 @@ #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION_NUMBER 2 -#define AP_SERVER_MINORVERSION_NUMBER 3 -#define AP_SERVER_PATCHLEVEL_NUMBER 16 +#define AP_SERVER_MINORVERSION_NUMBER 5 +#define AP_SERVER_PATCHLEVEL_NUMBER 0 #define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */