Explorar o código

pastojs: updated comment

git-svn-id: trunk@41504 -
Mattias Gaertner %!s(int64=6) %!d(string=hai) anos
pai
achega
a626ba845e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/pastojs/src/pas2jscompiler.pp

+ 1 - 1
packages/pastojs/src/pas2jscompiler.pp

@@ -4328,7 +4328,7 @@ begin
   if FHasShownLogo then exit;
   FHasShownLogo:=true;
   WriteVersionLine;
-  Log.LogPlain('Copyright (c) 2018 Free Pascal team.');
+  Log.LogPlain('Copyright (c) 2019 Free Pascal team.');
   if coShowInfos in Options then
     WriteEncoding;
 end;