diff --git a/Config/Data.cs b/Config/Data.cs index c874cf9ee..ae3f3c7cc 100644 --- a/Config/Data.cs +++ b/Config/Data.cs @@ -10,8 +10,8 @@ namespace Config #if MUNICH public const int WMsCount = 3; - public const int LineSize = 1; - public const int CompoundWMsCount = 1; + public const int LineSize = 3; + public const int CompoundWMsCount = 3; public const int HeatMetersCount = 0; public const int MaxPartNr = 3; #elif DN100 || BADGER_STREDNA_TRAT || BADGER_VELKA_TRAT || CEVAK_200 @@ -20,12 +20,18 @@ namespace Config public const int CompoundWMsCount = 1; public const int HeatMetersCount = 0; public const int MaxPartNr = WMsCount / LineSize; -#elif FUZHOU_300 || FUZHOU_150 || IZRAEL_200 || PUCHONG_200 || GENESIS || SLM_150 || PETERSBURG_200 +#elif FUZHOU_300 || FUZHOU_150 || IZRAEL_200 || GENESIS || SLM_150 || PETERSBURG_200 public const int WMsCount = 6; public const int LineSize = 6; public const int CompoundWMsCount = 1; public const int HeatMetersCount = 0; public const int MaxPartNr = 3; +#elif PUCHONG_200 + public const int WMsCount = 6; + public const int LineSize = 6; + public const int CompoundWMsCount = 3; + public const int HeatMetersCount = 0; + public const int MaxPartNr = 3; #elif DEWA_300 public const int WMsCount = 10; public const int LineSize = 10; diff --git a/Config/Properties/AssemblyInfo.cs b/Config/Properties/AssemblyInfo.cs index 29a797eb5..fd26bdcea 100644 --- a/Config/Properties/AssemblyInfo.cs +++ b/Config/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.18.1227.0")] -[assembly: AssemblyFileVersion("2.18.1227.0")] +[assembly: AssemblyVersion("2.18.1268.0")] +[assembly: AssemblyFileVersion("2.18.1268.0")]