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

Skip to content
Snippets Groups Projects
Commit 93074455 authored by Raphael LUZ's avatar Raphael LUZ
Browse files

- updated changelog

- updated version number
parent 2c8f26a5
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@ TODO
- Traction interruption: No engine rev down - hold rpm until new gear engaged (Allison)
### VECTO 2.1.2
* Improved TC iteration for higher precision
* Extended possible TC speed ratio
### VECTO 2.1.1
* Bugfix: Incorrect torque calculation in AT/TC model caused early up-shifts
* Updated C-to-C shift strategy with acc_min rule (see V2.1)
......
This diff is collapsed.
......@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by entering "*" in them:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.1.1.0")>
<Assembly: AssemblyFileVersion("2.1.1.0")>
<Assembly: AssemblyVersion("2.1.2.0")>
<Assembly: AssemblyFileVersion("2.1.2.0")>
......@@ -11,7 +11,7 @@
Imports System.Collections.Generic
Module VECTO_Global
Public Const VECTOvers As String = "2.1.1"
Public Const VECTOvers As String = "2.1.2"
Public Const LicSigAppCode As String = "VECTO-Release-0093C61E0A2E4BFA9A7ED7E729C56AE4"
Public MyAppPath As String
Public MyConfPath As String
......
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