3.11.0.3662

This commit is contained in:
Mikhalkovich Stanislav 2025-10-01 12:11:43 +03:00
parent bfc3291d81
commit 620c5c624c
5 changed files with 10 additions and 9 deletions

View file

@ -15,7 +15,7 @@ internal static class RevisionClass
public const string Major = "3";
public const string Minor = "11";
public const string Build = "0";
public const string Revision = "3661";
public const string Revision = "3662";
public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;

View file

@ -1,4 +1,4 @@
%MINOR%=11
%REVISION%=3661
%COREVERSION%=0
%REVISION%=3662
%MINOR%=11
%MAJOR%=3

View file

@ -1 +1 @@
3.11.0.3661
3.11.0.3662

View file

@ -1 +1 @@
!define VERSION '3.11.0.3661'
!define VERSION '3.11.0.3662'

View file

@ -1,10 +1,11 @@
{$HiddenIdents}
unit SPythonSystem;
{$reference '%GAC%\System.dll'}
{$reference '%GAC%\mscorlib.dll'}
{$reference '%GAC%\System.Core.dll'}
{$reference '%GAC%\System.Numerics.dll'}
// В SPython данной версии нет возможности использовать пространства имен
// {$reference '%GAC%\System.dll'}
// {$reference '%GAC%\mscorlib.dll'}
// {$reference '%GAC%\System.Core.dll'}
// {$reference '%GAC%\System.Numerics.dll'}
interface