]> granicus.if.org Git - apache/commitdiff
Fixed NetWare default versions.
authorGuenter Knauf <fuankg@apache.org>
Fri, 10 May 2013 15:40:25 +0000 (15:40 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 10 May 2013 15:40:25 +0000 (15:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481060 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUtail.inc

index 674875f64855ab9b00ffd7b27eb3ce2bcfa96668..21ae22906ba50f92f3157e203c1754fa51df2574 100644 (file)
@@ -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