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 65bbe3a8 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

Pull request #933: Develop

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

* commit 'dc6b1e70':
  adding release report documents
  preparing release: updating version number, updating changelog
parents 8961a591 dc6b1e70
Branches
Tags Release/v3.3.14.2981-RC
No related merge requests found
Showing
with 31 additions and 12 deletions
File added
File added
No preview for this file type
No preview for this file type
# Changelog
**VECTO-3.3.14**
***Build 2981 (2023-03-01) RELEASE CANDIDATE***
- Bugfixes
* [VECTO-1698] - Set CO2StandardsGroup in CIF/MRF for vocational vehicles to 'N/A'
* [VECTO-1701] - Report VTP CO2 unit
**VECTO-3.3.13**
***Build 2924 (2023-01-03) OFFICIAL RELEASE***
......
......@@ -8290,6 +8290,17 @@ contact <a href="mailto:vecto@jrc.ec.europa.eu">vecto@jrc.ec.europa.eu</a>.</p>
</section>
<section id="changelog" class="level1">
<h1>Changelog</h1>
<p><strong>VECTO-3.3.14</strong></p>
<p><strong><em>Build 2981 (2023-03-01) RELEASE
CANDIDATE</em></strong></p>
<ul>
<li>Bugfixes
<ul>
<li>[VECTO-1698] - Set CO2StandardsGroup in CIF/MRF for vocational
vehicles to ‘N/A’</li>
<li>[VECTO-1701] - Report VTP CO2 unit</li>
</ul></li>
</ul>
<p><strong>VECTO-3.3.13</strong></p>
<p><strong><em>Build 2924 (2023-01-03) OFFICIAL
RELEASE</em></strong></p>
File added
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2924")]
[assembly: AssemblyFileVersion("0.2.0.2924")]
[assembly: AssemblyVersion("0.2.0.2981")]
[assembly: AssemblyFileVersion("0.2.0.2981")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.13.2924")]
[assembly: AssemblyFileVersion("3.3.13.2924")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.14.2981")]
[assembly: AssemblyFileVersion("3.3.14.2981")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.1.2924")]
[assembly: AssemblyFileVersion("1.2.1.2924")]
[assembly: AssemblyVersion("1.2.1.2981")]
[assembly: AssemblyFileVersion("1.2.1.2981")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.13.2924")]
[assembly: AssemblyFileVersion("3.3.13.2924")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.14.2981")]
[assembly: AssemblyFileVersion("3.3.14.2981")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.13.2924")]
[assembly: AssemblyFileVersion("3.3.13.2924")]
[assembly: AssemblyVersion("3.3.14.2981")]
[assembly: AssemblyFileVersion("3.3.14.2981")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.13.2924" + SUFFIX;
return "3.3.14.2981" + SUFFIX;
}
}
......
......@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber()
{
return "3.3.13." + GetBuildNumber();
return "3.3.14." + 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