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

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

preparing new release candidate

parent 0303ae00
No related branches found
No related tags found
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
**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**
***Build 2800 (2022-09-01) OFFICIAL RELEASE***
......
This diff is collapsed.
File added
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2675")]
[assembly: AssemblyFileVersion("0.2.0.2675")]
[assembly: AssemblyVersion("0.2.0.2891")]
[assembly: AssemblyFileVersion("0.2.0.2891")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.11.2675")]
[assembly: AssemblyFileVersion("3.3.11.2675")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.13.2891")]
[assembly: AssemblyFileVersion("3.3.13.2891")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.1.2675")]
[assembly: AssemblyFileVersion("1.2.1.2675")]
[assembly: AssemblyVersion("1.2.1.2891")]
[assembly: AssemblyFileVersion("1.2.1.2891")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.11.2675")]
[assembly: AssemblyFileVersion("3.3.11.2675")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.13.2891")]
[assembly: AssemblyFileVersion("3.3.13.2891")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.11.2675")]
[assembly: AssemblyFileVersion("3.3.11.2675")]
[assembly: AssemblyVersion("3.3.13.2891")]
[assembly: AssemblyFileVersion("3.3.13.2891")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.12.2868" + SUFFIX;
return "3.3.13.2891" + SUFFIX;
}
}
......
......@@ -6,6 +6,6 @@ int GetBuildNumber()
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.
Finish editing this message first!
Please register or to comment