From: Guenter Knauf Date: Fri, 10 May 2013 15:40:25 +0000 (+0000) Subject: Fixed NetWare default versions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b3c9c821c74db5c9ddf80c16857bb946c30b23;p=thirdparty%2Fapache%2Fhttpd.git Fixed NetWare default versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481060 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 674875f6485..21ae22906ba 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -106,9 +106,9 @@ $(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h ifneq "$(strip $(VERSION_STR))" "" VERSION_INC = $(APBUILD)/NWGNUversion.inc else -VERSION = 2,3,0 -VERSION_STR = 2.3.0 -VERSION_MAJMIN = 23 +VERSION = 2,5,0 +VERSION_STR = 2.5.0 +VERSION_MAJMIN = 25 endif endif endif