diff options
Diffstat (limited to 'context/perltk/texexec.pl')
-rw-r--r-- | context/perltk/texexec.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/context/perltk/texexec.pl b/context/perltk/texexec.pl index f5e27818d..cd75821a9 100644 --- a/context/perltk/texexec.pl +++ b/context/perltk/texexec.pl @@ -325,7 +325,7 @@ if ( ( $LogFile ne '' ) && ( $LogFile =~ /\w+\.log$/io ) ) { *STDERR = *LOGFILE; } -my $Program = " TeXExec 4.0 - ConTeXt / PRAGMA ADE 1997-2003"; +my $Program = " TeXExec 4.0 - ConTeXt / PRAGMA ADE 1997-2004"; print "\n$Program\n\n"; @@ -602,7 +602,7 @@ if ( open( INI, $IniPath ) ) { if ($Verbose) { print "\n" } } elsif ($Verbose) { print -" warning : $IniPath not found, did you read 'texexec.rme'?\n"; + " warning : $IniPath not found, did you read 'texexec.rme'?\n"; exit 1; } else { print |