From 46b015423b05773a97722309dee447ee2b6d4faa Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 5 Oct 2009 22:31:50 +0200 Subject: Preparation for localization --- UConfig.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UConfig.pas') 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...]'); -- cgit v1.2.3