From 2f7bea858e29dba0da1921eb9d8907f10ce450f8 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Wed, 14 Aug 2019 08:26:44 +0200
Subject: [PATCH] updating version number for release

---
 HashingTool/Properties/Version.cs              | 8 ++++----
 VectoCommon/VectoCommon/Properties/Version.cs  | 6 +++---
 VectoCommon/VectoHashing/Properties/Version.cs | 8 ++++----
 VectoConsole/Properties/Version.cs             | 8 ++++----
 VectoCore/VectoCore/Properties/Version.cs      | 6 +++---
 VectoCore/VectoCore/Utils/VectoVersionCore.cs  | 2 +-
 VectoCore/VectoCore/VersionNumber.t4           | 2 +-
 7 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/HashingTool/Properties/Version.cs b/HashingTool/Properties/Version.cs
index ebb794bee6..c5b6c49025 100644
--- a/HashingTool/Properties/Version.cs
+++ b/HashingTool/Properties/Version.cs
@@ -1,7 +1,7 @@
 /*
 * 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")]
diff --git a/VectoCommon/VectoCommon/Properties/Version.cs b/VectoCommon/VectoCommon/Properties/Version.cs
index 526345cb16..2a44cbd021 100644
--- a/VectoCommon/VectoCommon/Properties/Version.cs
+++ b/VectoCommon/VectoCommon/Properties/Version.cs
@@ -1,7 +1,7 @@
 /*
 * 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
diff --git a/VectoCommon/VectoHashing/Properties/Version.cs b/VectoCommon/VectoHashing/Properties/Version.cs
index 3c55f85e82..4c1391fd27 100644
--- a/VectoCommon/VectoHashing/Properties/Version.cs
+++ b/VectoCommon/VectoHashing/Properties/Version.cs
@@ -1,7 +1,7 @@
 /*
 * 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")]
diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs
index 4260165660..7901c57b7d 100644
--- a/VectoConsole/Properties/Version.cs
+++ b/VectoConsole/Properties/Version.cs
@@ -1,7 +1,7 @@
 /*
 * 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
diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs
index 0b60f0010c..c1cbd608d8 100644
--- a/VectoCore/VectoCore/Properties/Version.cs
+++ b/VectoCore/VectoCore/Properties/Version.cs
@@ -1,7 +1,7 @@
 /*
 * 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")]
diff --git a/VectoCore/VectoCore/Utils/VectoVersionCore.cs b/VectoCore/VectoCore/Utils/VectoVersionCore.cs
index 0c836df444..d210ad5122 100644
--- a/VectoCore/VectoCore/Utils/VectoVersionCore.cs
+++ b/VectoCore/VectoCore/Utils/VectoVersionCore.cs
@@ -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;
 			}
 		}
 
diff --git a/VectoCore/VectoCore/VersionNumber.t4 b/VectoCore/VectoCore/VersionNumber.t4
index 3f0e67d03d..7c282587fb 100644
--- a/VectoCore/VectoCore/VersionNumber.t4
+++ b/VectoCore/VectoCore/VersionNumber.t4
@@ -6,6 +6,6 @@ int GetBuildNumber()
 
 string GetVectoCoreVersionNumber()
 {
-	return "3.3.3." + GetBuildNumber();
+	return "3.3.4." + GetBuildNumber();
 }
 #>
\ No newline at end of file
-- 
GitLab