PETERBURG_50 and KEMPNO_50 if / elif-s fixed (20 water meters instead of 6), ver. 2.14.581

This commit is contained in:
Milan Hanajik 2017-06-20 17:09:44 +02:00
parent 2ac97aa809
commit 9c663b34c7
3 changed files with 7 additions and 7 deletions

View File

@ -26,14 +26,14 @@ namespace Config
public const int CompoundWMsCount = 3;
public const int HeatMetersCount = 0;
public const int MaxPartNr = 3;
#elif TORINO50 || BADGER_MALA_TRAT || PETERBURG_50 || KEMPNO_50
#elif TORINO50 || BADGER_MALA_TRAT
public const int WMsCount = 6;
public const int LineSize = 6;
public const int CompoundWMsCount = 1;
public const int HeatMetersCount = 0;
public const int MaxPartNr = 1;
#elif TORUN_PT50_2015 || CEVAK_PT40_272 || MURES_PT40 || FUZHOU_40
public const int WMsCount = 20;
#elif TORUN_PT50_2015 || CEVAK_PT40_272 || MURES_PT40 || FUZHOU_40 || PETERBURG_50 || KEMPNO_50
public const int WMsCount = 20;
public const int LineSize = 10;
public const int CompoundWMsCount = 1;
public const int HeatMetersCount = 0;

View File

@ -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.14.577.0")]
[assembly: AssemblyFileVersion("2.14.577.0")]
[assembly: AssemblyVersion("2.14.581.0")]
[assembly: AssemblyFileVersion("2.14.581.0")]

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.14.577.1")]
[assembly: AssemblyFileVersion("2.14.577.1")]
[assembly: AssemblyVersion("2.14.581.1")]
[assembly: AssemblyFileVersion("2.14.581.1")]