summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-01-19 19:03:20 +0100
committerTomas Bzatek <tbzatek@redhat.com>2024-01-19 19:03:20 +0100
commitb665202fc06826ae3c239f3420f8052989c7568c (patch)
tree580876490e5d5968990d4c858bcfff7caa208f04 /UConfig.pas
parentc39411fcedd2086c10511a2be8bf81ba6c3c568c (diff)
downloadtuxcmd-b665202fc06826ae3c239f3420f8052989c7568c.tar.xz
Set the TUXMCD_DEBUG env. var for VFS loggingv0.6.79
In case tuxcmd is started with the --debug switch, set the TUXMCD_DEBUG env. var that is later picked up by modules.
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas8
1 files changed, 4 insertions, 4 deletions
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...]');