3.9.0.3483
This commit is contained in:
parent
5c38a46f7c
commit
c8e5e58cff
|
|
@ -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 = "3482";
|
||||
public const string Revision = "3483";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%COREVERSION%=0
|
||||
%REVISION%=3482
|
||||
%MINOR%=9
|
||||
%REVISION%=3483
|
||||
%COREVERSION%=0
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.9.0.3482
|
||||
3.9.0.3483
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.9.0.3482'
|
||||
!define VERSION '3.9.0.3483'
|
||||
|
|
|
|||
|
|
@ -778,7 +778,7 @@ namespace SymbolTable
|
|||
if (Result.Count() > 0)
|
||||
return Result;
|
||||
}
|
||||
if (CurrentArea is WithScope)//мы очутились в Width
|
||||
if (CurrentArea is WithScope)//мы очутились в With
|
||||
{
|
||||
tn = CurrentArea.Symbols.Find(Name);
|
||||
if (tn != null) //что-то нашли!
|
||||
|
|
|
|||
Loading…
Reference in a new issue