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 603924b4 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

updating version numbers and build sequence

parent 00c87fd3
Branches
Tags
No related merge requests found
No preview for this file type
...@@ -6592,7 +6592,7 @@ CycleTime,UnknownCycleName,3600</code></pre> ...@@ -6592,7 +6592,7 @@ CycleTime,UnknownCycleName,3600</code></pre>
<div id="changelog" class="section level1"> <div id="changelog" class="section level1">
<h1>Changelog</h1> <h1>Changelog</h1>
<p><strong>VECTO 3.3.0</strong></p> <p><strong>VECTO 3.3.0</strong></p>
<p><strong><em>Build 1432 (2018-12-03) OFFICIAL RELEASE</em></strong></p> <p><strong><em>Build 1433 (2018-12-03) OFFICIAL RELEASE</em></strong></p>
<ul> <ul>
<li>Bugfixes (compared to 3.3.0.1250) <li>Bugfixes (compared to 3.3.0.1250)
<ul> <ul>
...@@ -6611,6 +6611,7 @@ CycleTime,UnknownCycleName,3600</code></pre> ...@@ -6611,6 +6611,7 @@ CycleTime,UnknownCycleName,3600</code></pre>
<li>Changes (compared to 3.3.0.1398) <li>Changes (compared to 3.3.0.1398)
<ul> <ul>
<li>[VECTO-795] - VECTO Hashing Tool crashes</li> <li>[VECTO-795] - VECTO Hashing Tool crashes</li>
<li>[VECTO-802] - Error in XML schema for manufacturer’s record file</li>
</ul></li> </ul></li>
</ul> </ul>
<p><strong><em>Build 1398 (2018-10-30) RELEASE CANDIDATE</em></strong></p> <p><strong><em>Build 1398 (2018-10-30) RELEASE CANDIDATE</em></strong></p>
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1432")] [assembly: AssemblyVersion("0.2.0.1433")]
[assembly: AssemblyFileVersion("0.2.0.1432")] [assembly: AssemblyFileVersion("0.2.0.1433")]
...@@ -5,6 +5,8 @@ VisualStudioVersion = 14.0.25420.1 ...@@ -5,6 +5,8 @@ VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VECTO", "VECTO\VECTO.vbproj", "{AAC0F132-0A9F-45B3-B682-77AC9B24B352}" Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VECTO", "VECTO\VECTO.vbproj", "{AAC0F132-0A9F-45B3-B682-77AC9B24B352}"
ProjectSection(ProjectDependencies) = postProject ProjectSection(ProjectDependencies) = postProject
{E14FC935-30EA-4BE6-AA8A-85CB76FEBA6A} = {E14FC935-30EA-4BE6-AA8A-85CB76FEBA6A}
{33F9848E-9257-4BE2-915F-68E748AEB204} = {33F9848E-9257-4BE2-915F-68E748AEB204}
{60AD4DF0-6648-4374-83CB-C7A162EFB391} = {60AD4DF0-6648-4374-83CB-C7A162EFB391} {60AD4DF0-6648-4374-83CB-C7A162EFB391} = {60AD4DF0-6648-4374-83CB-C7A162EFB391}
EndProjectSection EndProjectSection
EndProject EndProject
......
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.0.1432")] [assembly: AssemblyVersion("3.3.0.1433")]
[assembly: AssemblyFileVersion("3.3.0.1432")] [assembly: AssemblyFileVersion("3.3.0.1433")]
\ 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.0.1432")] [assembly: AssemblyVersion("1.2.0.1433")]
[assembly: AssemblyFileVersion("1.2.0.1432")] [assembly: AssemblyFileVersion("1.2.0.1433")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.0.1432")] [assembly: AssemblyVersion("3.3.0.1433")]
[assembly: AssemblyFileVersion("3.3.0.1432")] [assembly: AssemblyFileVersion("3.3.0.1433")]
\ 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.0.1432")] [assembly: AssemblyVersion("3.3.0.1433")]
[assembly: AssemblyFileVersion("3.3.0.1432")] [assembly: AssemblyFileVersion("3.3.0.1433")]
...@@ -43,7 +43,7 @@ namespace TUGraz.VectoCore.Utils ...@@ -43,7 +43,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber public static string VersionNumber
{ {
get { get {
return "3.3.0.1432" + SUFFIX; return "3.3.0.1433" + SUFFIX;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment