Index: DamClients/DamLive/trunk/src/Deltares.Dam.Application.Live/Program.cs =================================================================== diff -u -r2343 -r2350 --- DamClients/DamLive/trunk/src/Deltares.Dam.Application.Live/Program.cs (.../Program.cs) (revision 2343) +++ DamClients/DamLive/trunk/src/Deltares.Dam.Application.Live/Program.cs (.../Program.cs) (revision 2350) @@ -87,7 +87,7 @@ commandLineArguments.TimeSeriesOutputFileName, Path.GetDirectoryName(commandLineArguments.TimeSeriesOutputFileName)); - Logger.LogInfo("v18.1 - Deltares 2018"); + Logger.LogInfo("v19.1 - Deltares 2019"); Logger.LogInfo("Model runner started"); Console.WriteLine(); program.StartCalculations( @@ -170,7 +170,7 @@ DamXFile = new FileInfo(damXFile), Filter = filter, }; - + DamProject.SetTestProgramVersion("19.1"); damEngineRunner.Run(); } }