3.9.0.3483

This commit is contained in:
Mikhalkovich Stanislav 2024-05-21 20:47:45 +03:00
parent 5c38a46f7c
commit c8e5e58cff
5 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
%COREVERSION%=0
%REVISION%=3482
%MINOR%=9
%REVISION%=3483
%COREVERSION%=0
%MAJOR%=3

View file

@ -1 +1 @@
3.9.0.3482
3.9.0.3483

View file

@ -1 +1 @@
!define VERSION '3.9.0.3482'
!define VERSION '3.9.0.3483'

View file

@ -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) //что-то нашли!