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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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..."