You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2013/05/10 17:56:14 UTC

svn commit: r1481067 - /apr/apr/branches/1.5.x/build/NWGNUtail.inc

Author: fuankg
Date: Fri May 10 15:56:14 2013
New Revision: 1481067

URL: http://svn.apache.org/r1481067
Log:
Fixed NetWare default versions.

Modified:
    apr/apr/branches/1.5.x/build/NWGNUtail.inc

Modified: apr/apr/branches/1.5.x/build/NWGNUtail.inc
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/build/NWGNUtail.inc?rev=1481067&r1=1481066&r2=1481067&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/build/NWGNUtail.inc (original)
+++ apr/apr/branches/1.5.x/build/NWGNUtail.inc Fri May 10 15:56:14 2013
@@ -114,9 +114,9 @@ $(APRBUILD)/NWGNUversion.inc : $(APRBUIL
 ifneq "$(strip $(VERSION_STR))" ""
 VERSION_INC = $(APRBUILD)/NWGNUversion.inc
 else
-VERSION		= 1,4,0
-VERSION_STR	= 1.4.0
-VERSION_MAJMIN	= 14
+VERSION		= 1,5,0
+VERSION_STR	= 1.5.0
+VERSION_MAJMIN	= 15
 endif
 endif
 endif