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

updating version number for release

parent af0a6416
Branches
Tags
No related merge requests found
/*
* This file is part of VECTO.
*
* Copyright © 2012-2017 European Union
* Copyright © 2012-2019 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1639")]
[assembly: AssemblyFileVersion("0.2.0.1639")]
[assembly: AssemblyVersion("0.2.0.1686")]
[assembly: AssemblyFileVersion("0.2.0.1686")]
/*
* This file is part of VECTO.
*
* Copyright © 2012-2017 European Union
* Copyright © 2012-2019 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.3.1639")]
[assembly: AssemblyFileVersion("3.3.3.1639")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.3.1686")]
[assembly: AssemblyFileVersion("3.3.3.1686")]
\ No newline at end of file
/*
* This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
* Copyright © 2012-2019 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1639")]
[assembly: AssemblyFileVersion("1.2.0.1639")]
[assembly: AssemblyVersion("1.2.0.1686")]
[assembly: AssemblyFileVersion("1.2.0.1686")]
/*
* This file is part of VECTO.
*
* Copyright © 2012-2017 European Union
* Copyright © 2012-2019 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.3.1639")]
[assembly: AssemblyFileVersion("3.3.3.1639")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.4.1686")]
[assembly: AssemblyFileVersion("3.3.4.1686")]
\ No newline at end of file
/*
* This file is part of VECTO.
*
* Copyright © 2012-2017 European Union
* Copyright © 2012-2019 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.3.1639")]
[assembly: AssemblyFileVersion("3.3.3.1639")]
[assembly: AssemblyVersion("3.3.4.1686")]
[assembly: AssemblyFileVersion("3.3.4.1686")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.3.1639" + SUFFIX;
return "3.3.4.1686" + SUFFIX;
}
}
......
......@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber()
{
return "3.3.3." + GetBuildNumber();
return "3.3.4." + 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