Kempno_50 component added, if/elif for KEMPNO_50 added, ver. 2.14.577

This commit is contained in:
Milan Hanajik
2017-06-13 08:49:06 +02:00
parent 750122e6ea
commit 05200c437e
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace Config
public const int CompoundWMsCount = 3;
public const int HeatMetersCount = 0;
public const int MaxPartNr = 3;
#elif TORINO50 || BADGER_MALA_TRAT || PETERBURG_50
#elif TORINO50 || BADGER_MALA_TRAT || PETERBURG_50 || KEMPNO_50
public const int WMsCount = 6;
public const int LineSize = 6;
public const int CompoundWMsCount = 1;
+2 -2
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.573.0")]
[assembly: AssemblyFileVersion("2.14.573.0")]
[assembly: AssemblyVersion("2.14.577.0")]
[assembly: AssemblyFileVersion("2.14.577.0")]