Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 68552d53 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #494 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:master to master

* commit 'beb2cf3c':
  creating new version: 3.2.0.940
  amend/correct results of previous release
parents 5cd4574f beb2cf3c
No related branches found
No related tags found
No related merge requests found
Showing
with 215 additions and 101 deletions
No preview for this file type
File added
No preview for this file type
No preview for this file type
......@@ -2,6 +2,19 @@
**VECTO 3.2.0**
***Build 940 (2017-07-28)***
- Bugfixes:
+ [VECTO-546] - GearboxCertificationOptionType Option 2 not accepted by VECTO
+ [VECTO-547] - Engine Manufacturer and Engine Model are empty in .vsum
+ [VECTO-548] - online user manual
+ [VECTO-549] - Inconsistent (and wrong) decimal separator in XML output (manufacturer report)
+ [VECTO-551] - Average Tyre RRC not in Customer Information File output
+ [VECTO-536] - GUI: improvements vehicle dialog (add missing pictures for vehicle categories)
+ [VECTO-550] - Allow custom settings for AirDensity in Engineering mode
+ [VECTO-552] - set engine rated power, rated speed to computed values from FLD if not provided as input
***Build 925 (2017-07-13)***
- Improvements
......
This diff is collapsed.
File moved
This diff is collapsed.
No preview for this file type
File added
......@@ -59,9 +59,6 @@
<Name>VECTO</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>
......
/*
* This file is part of VECTO.
*
* Copyright © 2012-2017 European Union
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.2.0.925")]
[assembly: AssemblyFileVersion("3.2.0.925")]
[assembly: AssemblyVersion("3.2.0.940")]
[assembly: AssemblyFileVersion("3.2.0.940")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.1.0.925")]
[assembly: AssemblyFileVersion("1.1.0.925")]
[assembly: AssemblyVersion("1.1.0.940")]
[assembly: AssemblyFileVersion("1.1.0.940")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.1.1.925")]
[assembly: AssemblyFileVersion("3.1.1.925")]
[assembly: AssemblyVersion("3.1.1.939")]
[assembly: AssemblyFileVersion("3.1.1.939")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.2.0.925")]
[assembly: AssemblyFileVersion("3.2.0.925")]
[assembly: AssemblyVersion("3.2.0.940")]
[assembly: AssemblyFileVersion("3.2.0.940")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment