mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 22:07:48 +02:00
set pas2js fixes version 1.4.0RC2
This commit is contained in:
parent
1ddfba94f3
commit
16ab345337
@ -1,4 +1,4 @@
|
||||
{ Author: Mattias Gaertner 2018 mattias@freepascal.org
|
||||
{ Author: Mattias Gaertner 2019 mattias@freepascal.org
|
||||
|
||||
Abstract:
|
||||
TPas2jsCompiler is the wheel boss of the pas2js compiler.
|
||||
@ -45,7 +45,7 @@ const
|
||||
VersionMajor = 1;
|
||||
VersionMinor = 4;
|
||||
VersionRelease = 0;
|
||||
VersionExtra = 'RC1';
|
||||
VersionExtra = 'RC2';
|
||||
DefaultConfigFile = 'pas2js.cfg';
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user