diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf index ee285f355f180aa6d239b1711e7cd8a997a6696f..5be2955f0647b49c49cfbf1b082bf01b72187c21 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf and b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf differ diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx index 9a2b5d44c8dd13eea3c166afb166989a7d31b0a3..712a71d14bbd6fcf9b6010a4f61dd6b9368202e4 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx and b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx differ diff --git a/Documentation/User Manual/6-changelog/changelog.md b/Documentation/User Manual/6-changelog/changelog.md index 4b551c5164121b87db3d17fdb936a5237f3e731f..58bcc72bf104bdea8609900ea995284298dc0e18 100644 --- a/Documentation/User Manual/6-changelog/changelog.md +++ b/Documentation/User Manual/6-changelog/changelog.md @@ -2,7 +2,13 @@ **VECTO 3.0.4** +***Build 565 (2016-07-19)*** +- Bugfixes + + AAUX HVAC Dialog does not store path to ActuationsMap and SSMSource + + GUI: check for axle loads in declaration mode renders editing dialog useless + + Vecto 2.2: Simulation aborts (Vecto terminates) when simulating EngineOnly cycles + + Vecto 3: Building SimulationRun EngineOnly simulation failed ***Build 544 (2016-06-28)*** diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs index 5497f10083fae36888721bb64fa2ad76ffeea9b4..d42f246163c209244f0d00deaada820e1ee450eb 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.0.3.544")] -[assembly: AssemblyFileVersion("3.0.3.544")] +[assembly: AssemblyVersion("3.0.3.565")] +[assembly: AssemblyFileVersion("3.0.3.565")] diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs index a4d9b2b153af2efc2c6343b9d39a8255dd52909b..6d96b40242ac8fdb3018a167a07c1db321c5da74 100644 --- a/VectoCore/VectoCore/Properties/Version.cs +++ b/VectoCore/VectoCore/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.0.4.544")] -[assembly: AssemblyFileVersion("3.0.4.544")] +[assembly: AssemblyVersion("3.0.4.565")] +[assembly: AssemblyFileVersion("3.0.4.565")]