В инсталляторе пока mini версия заменена обычной
из-за ложных срабатываний антивируса Яндекса ProgrammRunner переписан на C# по той же причине В Linux-версии убран rc.exe по той же причине
This commit is contained in:
parent
9aeff23c71
commit
497566e325
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "9";
|
||||
public const string Build = "0";
|
||||
public const string Revision = "3485";
|
||||
public const string Revision = "3487";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=9
|
||||
%REVISION%=3485
|
||||
%REVISION%=3487
|
||||
%COREVERSION%=0
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.9.0.3485
|
||||
3.9.0.3487
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
"..\utils\NSIS\Unicode\makensis.exe" PascalABCNETMini.nsi
|
||||
rem "..\utils\NSIS\Unicode\makensis.exe" PascalABCNETMini.nsi
|
||||
"..\utils\NSIS\Unicode\makensis.exe" PascalABCNETStandart.nsi
|
||||
copy ..\Release\PascalABCNETSetup.exe ..\Release\PascalABCNETWithDotNetSetup.exe
|
||||
copy ..\Release\PascalABCNETSetup.exe ..\Release\PascalABCNETMiniSetup.exe
|
||||
rem "..\utils\NSIS\Unicode\makensis.exe" PascalABCNETWithDotNet.nsi
|
||||
PascalABCNETConsoleZIP.bat
|
||||
rem PascalABCNETMonoZIP.bat
|
||||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.9.0.3485'
|
||||
!define VERSION '3.9.0.3487'
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ copy bin\PascalLanguage.dll Release\PascalABCNETLinux\PascalLanguage.dll
|
|||
copy bin\Pause.exe Release\PascalABCNETLinux\Pause.exe
|
||||
copy bin\PluginsSupportLinux.dll Release\PascalABCNETLinux\PluginsSupportLinux.dll
|
||||
copy bin\ProgrammRunner.exe Release\PascalABCNETLinux\ProgrammRunner.exe
|
||||
copy bin\rc.exe Release\PascalABCNETLinux\rc.exe
|
||||
rem copy bin\rc.exe Release\PascalABCNETLinux\rc.exe
|
||||
copy bin\SemanticTree.dll Release\PascalABCNETLinux\SemanticTree.dll
|
||||
copy bin\SyntaxTree.dll Release\PascalABCNETLinux\SyntaxTree.dll
|
||||
copy bin\SyntaxTreeConverters.dll Release\PascalABCNETLinux\SyntaxTreeConverters.dll
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue