mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 15:40:16 +02:00
pastojs: set version 0.9.0
git-svn-id: trunk@38087 -
This commit is contained in:
parent
9dd2ddb8b0
commit
d580402916
@ -28,8 +28,8 @@ uses
|
|||||||
|
|
||||||
const
|
const
|
||||||
VersionMajor = 0;
|
VersionMajor = 0;
|
||||||
VersionMinor = 8;
|
VersionMinor = 9;
|
||||||
VersionRelease = 45;
|
VersionRelease = 0;
|
||||||
VersionExtra = '+beta';
|
VersionExtra = '+beta';
|
||||||
DefaultConfigFile = 'pas2js.cfg';
|
DefaultConfigFile = 'pas2js.cfg';
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
<SaveOnlyProjectUnits Value="True"/>
|
|
||||||
<MainUnitHasCreateFormStatements Value="False"/>
|
<MainUnitHasCreateFormStatements Value="False"/>
|
||||||
<MainUnitHasTitleStatement Value="False"/>
|
<MainUnitHasTitleStatement Value="False"/>
|
||||||
</Flags>
|
</Flags>
|
||||||
|
Loading…
Reference in New Issue
Block a user