Rename PABCSistem in test suite

This commit is contained in:
Mikhalkovich Stanislav 2025-01-04 18:45:07 +03:00
parent c2347e604b
commit d45b782a7b
7 changed files with 9 additions and 8 deletions

View file

@ -15,7 +15,7 @@ internal static class RevisionClass
public const string Major = "3";
public const string Minor = "10";
public const string Build = "2";
public const string Revision = "3594";
public const string Revision = "3595";
public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;

View file

@ -1,4 +1,4 @@
%COREVERSION%=2
%REVISION%=3594
%MINOR%=10
%REVISION%=3595
%COREVERSION%=2
%MAJOR%=3

View file

@ -1 +1 @@
3.10.2.3594
3.10.2.3595

View file

@ -1 +1 @@
!define VERSION '3.10.2.3594'
!define VERSION '3.10.2.3595'

View file

@ -7,6 +7,9 @@ interface
uses System.Runtime.InteropServices;
var
ServerAddr := 'https://air.mmcs.sfedu.ru/pascalabc';
{==============================================================}
{ Класс для формирования вывода }
{==============================================================}
@ -646,8 +649,6 @@ var
LessonName: string := '';
TaskNamesMap := new Dictionary<string,string>;
ServerAddr := 'https://air.mmcs.sfedu.ru/pascalabc';
// Дополнительные сообщения о записи в удаленную базу данных
additionalMessages := False;

View file

@ -288,7 +288,7 @@ end;
procedure InitOnce; // Это тоже относится к Черепахе
begin
Window.Title := 'Исполнитель Черепаха';
Font.Size := 12;
Font.Size := 14;
Pen.RoundCap := True;
end;