[svn] r6289: nemerle/trunk/configure
malekith
svnadmin at nemerle.org
Mon May 15 12:57:34 CEST 2006
Log:
Bump mono req to 1.1.13.
Author: malekith
Date: Mon May 15 12:57:33 2006
New Revision: 6289
Modified:
nemerle/trunk/configure
Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure (original)
+++ nemerle/trunk/configure Mon May 15 12:57:33 2006
@@ -386,8 +386,8 @@
fi
# Step 3.
-# Require MONO >= 1.1.9
-echo_check_if "we are using Mono < 1.1.9"
+# Require MONO >= 1.1.13
+echo_check_if "we are using Mono < 1.1.13"
version=`"${monopath}mono" --version 2> /dev/null`
if test "$?" = 0; then
ver=`echo $version | sed 's/.* \([0-9]*\.[0-9]*\.[0-9]*\).*/\1/g'`
@@ -397,7 +397,7 @@
if ((m_major < 1 ||
m_major == 1 && m_minor < 1 ||
- m_major == 1 && m_minor == 1 && m_revision < 9)); then
+ m_major == 1 && m_minor == 1 && m_revision < 13)); then
echo_result "yes"
if test "$force_old" = 1; then
echo "Forcing Mono ${ver}... "
More information about the svn
mailing list