Skip to content

Commit

Permalink
DebugButtons включил под Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
miks1965 committed Sep 21, 2023
1 parent 94bdcf4 commit f7d9470
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Configuration/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "3361";
public const string Revision = "3362";

public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
Expand Down
4 changes: 2 additions & 2 deletions Configuration/Version.defs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%MINOR%=9
%REVISION%=3361
%COREVERSION%=0
%REVISION%=3362
%MINOR%=9
%MAJOR%=3
2 changes: 1 addition & 1 deletion Release/pabcversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.0.3361
3.9.0.3362
2 changes: 1 addition & 1 deletion ReleaseGenerators/PascalABCNET_version.nsh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!define VERSION '3.9.0.3361'
!define VERSION '3.9.0.3362'
2 changes: 1 addition & 1 deletion VisualPascalABCNETLinux/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public Form1()
}

// Для Linux сделать все Debug-кнопки неактивными
SetDebugButtonsInvisible();
// SetDebugButtonsInvisible();

AddOwnedForm(CompilerForm1 = new CompilerForm());
AddOwnedForm(AboutBox1 = new AboutBox());
Expand Down

0 comments on commit f7d9470

Please sign in to comment.