From: Guenter Knauf Date: Fri, 10 May 2013 15:40:25 +0000 (+0000) Subject: Fixed NetWare default versions. X-Git-Tag: 2.4.5~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ec16625bee0b8c51093d6c4c6ebae6cf76f87fa;p=apache Fixed NetWare default versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1481060 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 674875f648..8fbb8167ec 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,4,0 +VERSION_STR = 2.4.0 +VERSION_MAJMIN = 24 endif endif endif