|
@@ -1,4 +1,4 @@
|
|
|
-{ Author: Mattias Gaertner 2018 [email protected]
|
|
|
+{ Author: Mattias Gaertner 2019 [email protected]
|
|
|
|
|
|
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';
|
|
|
|
|
|
//------------------------------------------------------------------------------
|