mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 13:49:51 +02:00
* Version 1.1.1 for pas2js trunk
git-svn-id: trunk@39504 -
This commit is contained in:
parent
a94205280c
commit
a0b4569d98
@ -24,10 +24,10 @@ uses
|
||||
Pas2jsFileCache, Pas2jsPParser, Pas2JsFiler;
|
||||
|
||||
const
|
||||
VersionMajor = 0;
|
||||
VersionMinor = 9;
|
||||
VersionRelease = 32;
|
||||
VersionExtra = '+beta';
|
||||
VersionMajor = 1;
|
||||
VersionMinor = 1;
|
||||
VersionRelease = 1;
|
||||
VersionExtra = '';
|
||||
DefaultConfigFile = 'pas2js.cfg';
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
@ -4106,7 +4106,7 @@ begin
|
||||
if FHasShownLogo then exit;
|
||||
FHasShownLogo:=true;
|
||||
WriteVersionLine;
|
||||
Log.LogPlain('Copyright (c) 2018 Mattias Gaertner and others');
|
||||
Log.LogPlain('Copyright (c) 2018 Free Pascal Team');
|
||||
if coShowInfos in Options then
|
||||
WriteEncoding;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user