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

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

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

* commit '1ae0adf4':
  new build number
parents 3a556bae 1ae0adf4
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,12 @@
- Bugfix: better error message when driving cycle is missing.
- Bugfix: vectocmd errormsg when writing progress
***Build 466 (2016-04-11)***
- Bugfix: calculation of CO2 consumption based on FC-Final (instead of FC-map)
- Bugfix: acceleration in .vmod was 0 in certain cases (error in output)
- Bugfix: syncronized access to cycle cache (declaration)
**VECTO 3.0.1**
- TODO
......
......@@ -3609,6 +3609,12 @@ Auxiliary speed [rpm],Mechanical power [kW],Supply power [kW]
<li>Bugfix: better error message when driving cycle is missing.</li>
<li>Bugfix: vectocmd errormsg when writing progress</li>
</ul>
<p><strong><em>Build 466 (2016-04-11)</em></strong></p>
<ul>
<li>Bugfix: calculation of CO2 consumption based on FC-Final (instead of FC-map)</li>
<li>Bugfix: acceleration in .vmod was 0 in certain cases (error in output)</li>
<li>Bugfix: syncronized access to cycle cache (declaration)</li>
</ul>
<p><strong>VECTO 3.0.1</strong></p>
<ul>
<li>TODO</li>
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.0.2.456")]
[assembly: AssemblyFileVersion("3.0.2.456")]
[assembly: AssemblyVersion("3.0.2.466")]
[assembly: AssemblyFileVersion("3.0.2.466")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.0.2.456")]
[assembly: AssemblyFileVersion("3.0.2.456")]
[assembly: AssemblyVersion("3.0.2.466")]
[assembly: AssemblyFileVersion("3.0.2.466")]
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