diff options
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/UConfig.pas b/UConfig.pas index 341f1ca..577d24d 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.66-dev'; - ConstAboutBuildDate = '2009-10-04'; + ConstAboutVersion = '0.6.67-dev'; + ConstAboutBuildDate = '2009-10-05'; {$IFDEF FPC} {$INCLUDE fpcver.inc} @@ -1180,7 +1180,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) 2008 Tomas Bzatek'); + WriteLn('Copyright (c) 2009 Tomas Bzatek'); WriteLn('Website: tuxcmd.sourceforge.net'); WriteLn; WriteLn('Usage: tuxcmd [options...]'); |
