Changeset 4448

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.

Location:
trunk
Files:
16 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..." 
  • trunk/scripts/uninstall.sh

    r4411 r4448  
    4444 
    4545cd $LOGTALKHOME/.. 
    46 rm -rf lgt2322 
     46rm -rf lgt2330 
    4747rm -f logtalk 
    4848cd ../bin 
  • trunk/scripts/windows/logtalk.iss

    r4430 r4448  
    199199  else 
    200200    InstalledVersion := -1; 
    201   if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2322) then 
     201  if IsAdminLoggedOn and (InstalledVersion >= 0) and (InstalledVersion < 2330) then 
    202202  begin 
    203203    Warning := 'You have an older version of Logtalk installed whose configuration files are incompatible with this new version (configuration files are stored in your Logtalk user data folder).'