diff options
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 8 |
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...]'); |
