diff --git a/TBF/BenchControl/Elde/ControlComWrap.cs b/TBF/BenchControl/Elde/ControlComWrap.cs index 67d4bc00d..ecb167745 100644 --- a/TBF/BenchControl/Elde/ControlComWrap.cs +++ b/TBF/BenchControl/Elde/ControlComWrap.cs @@ -110,7 +110,7 @@ namespace TBF.BenchControl.Elde } public float DivSamples(int time, int divIx0) { -#if MUNICH || IZRAEL_200 +#if MUNICH || IZRAEL_200 || FUZHOU_50 || FUZHOU_150 || FUZHOU_300 return ctrlBrdComponent.DIVSamples[time, 0]; #else return ctrlBrdComponent.DIVSamples[time, divIx0]; diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index adde30fa8..83c3a8c3a 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.18.1438.0")] -[assembly: AssemblyFileVersion("2.18.1438.0")] +[assembly: AssemblyVersion("2.18.1439.0")] +[assembly: AssemblyFileVersion("2.18.1439.0")]