From ed588c6e1afe0a2601e542e69de5f916f29739ff Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 14 Nov 2011 21:55:07 +0000 Subject: [PATCH] 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 --- include/ap_release.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ap_release.h b/include/ap_release.h index e267443f01..68cca60605 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 */ -- 2.40.0