Browse Source

* Version 1.1.1 for pas2js trunk

git-svn-id: trunk@39504 -
michael 7 years ago
parent
commit
a0b4569d98
1 changed files with 5 additions and 5 deletions
  1. 5 5
      packages/pastojs/src/pas2jscompiler.pp

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

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