small bug fix, bumped version to 1.76a
This commit is contained in:
parent
09df281556
commit
98278b7bb5
Binary file not shown.
|
@ -766,7 +766,7 @@ begin
|
|||
|
||||
try
|
||||
if FileList[i] = 'liblist.gam' then
|
||||
frmMain.IdFTP.Size('CHMOD 444 liblist.gam');
|
||||
frmMain.IdFTP.Site('CHMOD 444 liblist.gam');
|
||||
except
|
||||
AddStatus('Warning: CHMOD not supported.', clMaroon);
|
||||
end;
|
||||
|
|
|
@ -148,7 +148,7 @@ var
|
|||
frmMain: TfrmMain;
|
||||
gMultiAccount: Boolean;
|
||||
|
||||
const VERSION = '1.76';
|
||||
const VERSION = '1.76a';
|
||||
|
||||
implementation
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user