Changeset 4448 for trunk/scripts

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/scripts
Files:
2 modified

Legend:

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