From b665202fc06826ae3c239f3420f8052989c7568c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 19 Jan 2024 19:03:20 +0100 Subject: Set the TUXMCD_DEBUG env. var for VFS logging In case tuxcmd is started with the --debug switch, set the TUXMCD_DEBUG env. var that is later picked up by modules. --- UConfig.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index 9ee6f16..48028f3 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,9 +25,9 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.78-dev'; - ConstAboutBuildDate = '2010-03-27'; - + ConstAboutVersion = '0.6.79-dev'; + ConstAboutBuildDate = '2024-01-19'; + {$IFDEF FPC} {$INCLUDE fpcver.inc} {$ENDIF} @@ -1209,7 +1209,7 @@ begin if Pos('--LANG=', s) = 1 then ConfParamForceLang := Copy(ParamStr(i), 8, Length(s) - 7) else if (s = '--HELP') or (s = '-H') then begin WriteLn('Tux Commander v', ConstAboutVersion, ' [built ', ConstAboutBuildDate, ']'); - WriteLn('Copyright (c) 2009 Tomas Bzatek'); + WriteLn('Copyright (c) 2002-2024 Tomas Bzatek'); WriteLn('Website: tuxcmd.sourceforge.net'); WriteLn; WriteLn('Usage: tuxcmd [options...]'); -- cgit v1.2.3