summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-05-10 15:40:25 +0000
committerGuenter Knauf <fuankg@apache.org>2013-05-10 15:40:25 +0000
commit8ec16625bee0b8c51093d6c4c6ebae6cf76f87fa (patch)
treed3e80a90b95698641453abe1fe8d49d04196bdd8 /build
parent492f86875ede9bf6901beffa013ebc000f8ad423 (diff)
downloadhttpd-8ec16625bee0b8c51093d6c4c6ebae6cf76f87fa.tar.gz
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
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUtail.inc6
1 files changed, 3 insertions, 3 deletions
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