[sword-svn] r2953 - trunk
scribe at crosswire.org
scribe at crosswire.org
Mon Aug 5 19:08:53 MST 2013
Author: scribe
Date: 2013-08-05 19:08:53 -0700 (Mon, 05 Aug 2013)
New Revision: 2953
Modified:
trunk/configure.ac
Log:
removed unused version segements
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2013-08-06 02:06:29 UTC (rev 2952)
+++ trunk/configure.ac 2013-08-06 02:08:53 UTC (rev 2953)
@@ -299,8 +299,6 @@
V1=`expr $VERSION : '\([0-9]*\)\.[0-9]*\.*[0-9]*[a-zA-Z]*[0-9]*'`
V2=`expr $VERSION : '[0-9]*\.\([0-9]*\)\.*[0-9]*[a-zA-Z]*[0-9]*'`
V3=`expr $VERSION : '[0-9]*\.[0-9]*\.*\([0-9]*\)[a-zA-Z]*[0-9]*'`
-V4=`expr $VERSION : '[0-9]*\.[0-9]*\.*[0-9]*\([a-zA-Z]*\)[0-9]*'`
-V5=`expr $VERSION : '[0-9]*\.[0-9]*\.*[0-9]*[a-zA-Z]*\([0-9]*\)'`
changequote([,])
if test "$V2" -le 9 ; then V2=0$V2 ; fi
More information about the sword-cvs
mailing list