* Version 1.1.1 for pas2js trunk

git-svn-id: trunk@39504 -
This commit is contained in:
michael 2018-07-23 20:02:02 +00:00
parent a94205280c
commit a0b4569d98

View File

@ -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;