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

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

preparing new release

updating changelog
adding release report
parent 67bdb7f5
No related branches found
No related tags found
No related merge requests found
Showing
with 25 additions and 11 deletions
File added
File added
No preview for this file type
No preview for this file type
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
**VECTO-3.3.13** **VECTO-3.3.13**
***Build 2924 (2023-01-03) OFFICIAL RELEASE***
- Bugfixes (compared to 3.3.13.2891)
* [VECTO-1692] - Unexpected Response: Response Overload. UD RefLoad
***Build 2891 (2022-12-01) RELEASE CANDIDATE*** ***Build 2891 (2022-12-01) RELEASE CANDIDATE***
- Improvements - Improvements
......
...@@ -8291,6 +8291,15 @@ contact <a href="mailto:vecto@jrc.ec.europa.eu">vecto@jrc.ec.europa.eu</a>.</p> ...@@ -8291,6 +8291,15 @@ contact <a href="mailto:vecto@jrc.ec.europa.eu">vecto@jrc.ec.europa.eu</a>.</p>
<section id="changelog" class="level1"> <section id="changelog" class="level1">
<h1>Changelog</h1> <h1>Changelog</h1>
<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
RELEASE</em></strong></p>
<ul>
<li>Bugfixes (compared to 3.3.13.2891)
<ul>
<li>[VECTO-1692] - Unexpected Response: Response Overload. UD
RefLoad</li>
</ul></li>
</ul>
<p><strong><em>Build 2891 (2022-12-01) RELEASE <p><strong><em>Build 2891 (2022-12-01) RELEASE
CANDIDATE</em></strong></p> CANDIDATE</em></strong></p>
<ul> <ul>
File added
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2891")] [assembly: AssemblyVersion("0.2.0.2924")]
[assembly: AssemblyFileVersion("0.2.0.2891")] [assembly: AssemblyFileVersion("0.2.0.2924")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.13.2891")] [assembly: AssemblyVersion("3.3.13.2924")]
[assembly: AssemblyFileVersion("3.3.13.2891")] [assembly: AssemblyFileVersion("3.3.13.2924")]
\ 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.2891")] [assembly: AssemblyVersion("1.2.1.2924")]
[assembly: AssemblyFileVersion("1.2.1.2891")] [assembly: AssemblyFileVersion("1.2.1.2924")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.13.2891")] [assembly: AssemblyVersion("3.3.13.2924")]
[assembly: AssemblyFileVersion("3.3.13.2891")] [assembly: AssemblyFileVersion("3.3.13.2924")]
\ 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.2891")] [assembly: AssemblyVersion("3.3.13.2924")]
[assembly: AssemblyFileVersion("3.3.13.2891")] [assembly: AssemblyFileVersion("3.3.13.2924")]
...@@ -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.2891" + SUFFIX; return "3.3.13.2924" + SUFFIX;
} }
} }
......
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