3.11.0.3662
This commit is contained in:
parent
bfc3291d81
commit
620c5c624c
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=11
|
||||
%REVISION%=3661
|
||||
%COREVERSION%=0
|
||||
%REVISION%=3662
|
||||
%MINOR%=11
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.11.0.3661
|
||||
3.11.0.3662
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.11.0.3661'
|
||||
!define VERSION '3.11.0.3662'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue