diff --git a/Configuration/GlobalAssemblyInfo.cs b/Configuration/GlobalAssemblyInfo.cs index f7fb8df45..0814f841f 100644 --- a/Configuration/GlobalAssemblyInfo.cs +++ b/Configuration/GlobalAssemblyInfo.cs @@ -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; diff --git a/Configuration/Version.defs b/Configuration/Version.defs index 80eb07357..a29c6ccd7 100644 --- a/Configuration/Version.defs +++ b/Configuration/Version.defs @@ -1,4 +1,4 @@ %MINOR%=9 -%REVISION%=3485 +%REVISION%=3487 %COREVERSION%=0 %MAJOR%=3 diff --git a/Release/pabcversion.txt b/Release/pabcversion.txt index bc5d030f9..146f09bca 100644 --- a/Release/pabcversion.txt +++ b/Release/pabcversion.txt @@ -1 +1 @@ -3.9.0.3485 +3.9.0.3487 diff --git a/ReleaseGenerators/PascalABCNET_ALL.bat b/ReleaseGenerators/PascalABCNET_ALL.bat index b56fcaf6a..9bff750e5 100644 --- a/ReleaseGenerators/PascalABCNET_ALL.bat +++ b/ReleaseGenerators/PascalABCNET_ALL.bat @@ -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 \ No newline at end of file diff --git a/ReleaseGenerators/PascalABCNET_version.nsh b/ReleaseGenerators/PascalABCNET_version.nsh index 86432c8e7..96410497d 100644 --- a/ReleaseGenerators/PascalABCNET_version.nsh +++ b/ReleaseGenerators/PascalABCNET_version.nsh @@ -1 +1 @@ -!define VERSION '3.9.0.3485' +!define VERSION '3.9.0.3487' diff --git a/_GenerateLinuxVersion.bat b/_GenerateLinuxVersion.bat index aeb6944bc..a5f5c9d15 100644 --- a/_GenerateLinuxVersion.bat +++ b/_GenerateLinuxVersion.bat @@ -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 diff --git a/bin/ProgrammRunner.exe b/bin/ProgrammRunner.exe index 7628867e8..56bfdcfbe 100644 Binary files a/bin/ProgrammRunner.exe and b/bin/ProgrammRunner.exe differ