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

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
No related branches found
No related tags found
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,
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -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,
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -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,
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -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.
Finish editing this message first!
Please register or to comment