Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

Pull request #924: preparing new release candidate

Merge in VECTO/vecto-sim from VECTO/mq_vecto-sim:develop to develop

* commit '1f49f769':
  preparing new release candidate
parents 0303ae00 1f49f769
Branches
Tags Release/v3.3.13.2891-RC
No related merge requests found
Showing
with 224 additions and 207 deletions
File added
File added
No preview for this file type
No preview for this file type
# Changelog # Changelog
**VECTO-3.3.13**
***Build 2891 (2022-12-01) RELEASE CANDIDATE***
- Improvements
* [VECTO-1554] - VTP Mode according to 2nd amendment
* [VECTO-1652] - Additional Tyre Dimension
* [VECTO-1647] - Update user manual
- Bugfixes (compared to VECTO 3.3.12.2769)
* [VECTO-1655] - Not possible to set Tank System to Liquefied (changes it back to compressed) in .vveh file
* [VECTO-1656] - Simulation run aborted - TC & ESS
* [VECTO-1661] - Gear disabling not functioning in 3.3.12.2800.
* [VECTO-1643] - Error: Gear 6L LossMap data was extrapolated in Declaration Mode
**VECTO-3.3.12** **VECTO-3.3.12**
***Build 2800 (2022-09-01) OFFICIAL RELEASE*** ***Build 2800 (2022-09-01) OFFICIAL RELEASE***
......
This diff is collapsed.
File added
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2675")] [assembly: AssemblyVersion("0.2.0.2891")]
[assembly: AssemblyFileVersion("0.2.0.2675")] [assembly: AssemblyFileVersion("0.2.0.2891")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.11.2675")] [assembly: AssemblyVersion("3.3.13.2891")]
[assembly: AssemblyFileVersion("3.3.11.2675")] [assembly: AssemblyFileVersion("3.3.13.2891")]
\ No newline at end of file \ No newline at end of file
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("1.2.1.2675")] [assembly: AssemblyVersion("1.2.1.2891")]
[assembly: AssemblyFileVersion("1.2.1.2675")] [assembly: AssemblyFileVersion("1.2.1.2891")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.11.2675")] [assembly: AssemblyVersion("3.3.13.2891")]
[assembly: AssemblyFileVersion("3.3.11.2675")] [assembly: AssemblyFileVersion("3.3.13.2891")]
\ No newline at end of file \ No newline at end of file
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.11.2675")] [assembly: AssemblyVersion("3.3.13.2891")]
[assembly: AssemblyFileVersion("3.3.11.2675")] [assembly: AssemblyFileVersion("3.3.13.2891")]
...@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils ...@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber public static string VersionNumber
{ {
get { get {
return "3.3.12.2868" + SUFFIX; return "3.3.13.2891" + SUFFIX;
} }
} }
......
...@@ -6,6 +6,6 @@ int GetBuildNumber() ...@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber() string GetVectoCoreVersionNumber()
{ {
return "3.3.12." + GetBuildNumber(); return "3.3.13." + GetBuildNumber();
} }
#> #>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment