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
No related branches found
No related tags found
No related merge requests found
Pipeline #51939 canceled
Showing
with 31 additions and 12 deletions
File added
File added
No preview for this file type
No preview for this file type
# Changelog # 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** **VECTO-3.3.13**
***Build 2924 (2023-01-03) OFFICIAL RELEASE*** ***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> ...@@ -8290,6 +8290,17 @@ contact <a href="mailto:vecto@jrc.ec.europa.eu">vecto@jrc.ec.europa.eu</a>.</p>
</section> </section>
<section id="changelog" class="level1"> <section id="changelog" class="level1">
<h1>Changelog</h1> <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>VECTO-3.3.13</strong></p>
<p><strong><em>Build 2924 (2023-01-03) OFFICIAL <p><strong><em>Build 2924 (2023-01-03) OFFICIAL
RELEASE</em></strong></p> RELEASE</em></strong></p>
File added
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2924")] [assembly: AssemblyVersion("0.2.0.2981")]
[assembly: AssemblyFileVersion("0.2.0.2924")] [assembly: AssemblyFileVersion("0.2.0.2981")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.13.2924")] [assembly: AssemblyVersion("3.3.14.2981")]
[assembly: AssemblyFileVersion("3.3.13.2924")] [assembly: AssemblyFileVersion("3.3.14.2981")]
\ 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.2924")] [assembly: AssemblyVersion("1.2.1.2981")]
[assembly: AssemblyFileVersion("1.2.1.2924")] [assembly: AssemblyFileVersion("1.2.1.2981")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.13.2924")] [assembly: AssemblyVersion("3.3.14.2981")]
[assembly: AssemblyFileVersion("3.3.13.2924")] [assembly: AssemblyFileVersion("3.3.14.2981")]
\ 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.13.2924")] [assembly: AssemblyVersion("3.3.14.2981")]
[assembly: AssemblyFileVersion("3.3.13.2924")] [assembly: AssemblyFileVersion("3.3.14.2981")]
...@@ -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.13.2924" + SUFFIX; return "3.3.14.2981" + SUFFIX;
} }
} }
......
...@@ -6,6 +6,6 @@ int GetBuildNumber() ...@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber() 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