Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

compiling new release

parent 9fb9610d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -8214,6 +8214,26 @@ CycleTime,UnknownCycleName,3600</code></pre>
</div>
<div id="changelog" class="section level1">
<h1>Changelog</h1>
<p><strong>VECTO-3.3.11</strong></p>
<p><strong><em>Build 2526 (2021-12-01) DEVELOPMENT VERSION</em></strong></p>
<ul>
<li>Improvements
<ul>
<li>Implementation of ADAS in-the-loop simulation (Declaration and Engineering mode)
<ul>
<li>Engine stop/start</li>
<li>Eco-roll</li>
<li>Predictive cruise control: option 1,2; option 1,2,3</li>
<li>Post-processing: fuel consumption correction for ICE-off phases</li>
</ul></li>
<li>Update shift strategy: EffShift for AMT and AT (Declaration and Engineering mode)</li>
<li>Update LongHaul driving cycle (Declaration mode)</li>
<li>Dual-fuel support (Engineering mode)</li>
<li>WHR support (Engineering mode)</li>
<li>BusAuxiliaries model in engineering mode updated (simplified input)</li>
<li>Support to read driving cycle and EffShift parameters from file system (only once when application is started!)</li>
</ul></li>
</ul>
<p><strong>VECTO-3.3.10</strong></p>
<p><strong><em>Build 2401 (2021-07-29) OFFICIAL RELEASE</em></strong></p>
<ul>
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2401")]
[assembly: AssemblyFileVersion("0.2.0.2401")]
[assembly: AssemblyVersion("0.2.0.2526")]
[assembly: AssemblyFileVersion("0.2.0.2526")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.10.2401")]
[assembly: AssemblyFileVersion("3.3.10.2401")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.11.2526")]
[assembly: AssemblyFileVersion("3.3.11.2526")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.2401")]
[assembly: AssemblyFileVersion("1.2.0.2401")]
[assembly: AssemblyVersion("1.2.0.2526")]
[assembly: AssemblyFileVersion("1.2.0.2526")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.10.2401")]
[assembly: AssemblyFileVersion("3.3.10.2401")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.11.2526")]
[assembly: AssemblyFileVersion("3.3.11.2526")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.10.2401")]
[assembly: AssemblyFileVersion("3.3.10.2401")]
[assembly: AssemblyVersion("3.3.11.2526")]
[assembly: AssemblyFileVersion("3.3.11.2526")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.10.2401" + SUFFIX;
return "3.3.11.2526" + SUFFIX;
}
}
......
......@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber()
{
return "3.3.10." + GetBuildNumber();
return "3.3.11." + GetBuildNumber();
}
#>
\ No newline at end of file
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