Changeset 4448 for trunk/integration

Show
Ignore:
Timestamp:
08/25/08 02:27:28 (3 months ago)
Author:
pmoura
Message:

Updated the compatibility check for existing config files to require version 2.33.0.

Location:
trunk/integration
Files:
14 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/bplgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/ciaolgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/cxlgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/eclipselgt.sh

    r4430 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/gplgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/plclgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/qplgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/quintuslgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/sicstuslgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/swilgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/xsblgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/xsbmt64lgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/xsbmtlgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..." 
  • trunk/integration/yaplgt.sh

    r4411 r4448  
    6161    else 
    6262        current=`cat $LOGTALKUSER/VERSION.txt | sed 's/\.//g'` 
    63         if [ $current -lt 2322 ]; then 
     63        if [ $current -lt 2330 ]; then 
    6464            echo "Logtalk user directory at $LOGTALKUSER is outdated!" 
    6565            echo "Creating an up-to-date Logtalk user directory..."