From 03b1e28f2d0729d55b6c46036bf9f016ebe0203e Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Tue, 10 May 2016 11:04:51 +0200
Subject: [PATCH] update version number

---
 VectoConsole/Properties/Version.cs        | 4 ++--
 VectoConsole/Properties/Version.tt        | 4 ++--
 VectoCore/VectoCore/Properties/Version.cs | 4 ++--
 VectoCore/VectoCore/Properties/Version.tt | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs
index 1a08bbc2a5..e99a7e338d 100644
--- a/VectoConsole/Properties/Version.cs
+++ b/VectoConsole/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.2.495")]
-[assembly: AssemblyFileVersion("3.0.2.495")]
+[assembly: AssemblyVersion("3.0.3.495")]
+[assembly: AssemblyFileVersion("3.0.3.495")]
diff --git a/VectoConsole/Properties/Version.tt b/VectoConsole/Properties/Version.tt
index 557542222c..fc2d8391c2 100644
--- a/VectoConsole/Properties/Version.tt
+++ b/VectoConsole/Properties/Version.tt
@@ -32,8 +32,8 @@
 <#@ template language="C#" #>
 <#@ output extension=".cs"#>
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.2.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.0.2.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.0.3.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.0.3.<#= this.RevisionNumber #>")]
 <#+ 
 	int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; 
 #>
\ No newline at end of file
diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs
index 1a08bbc2a5..e99a7e338d 100644
--- a/VectoCore/VectoCore/Properties/Version.cs
+++ b/VectoCore/VectoCore/Properties/Version.cs
@@ -30,5 +30,5 @@
 */
 
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.2.495")]
-[assembly: AssemblyFileVersion("3.0.2.495")]
+[assembly: AssemblyVersion("3.0.3.495")]
+[assembly: AssemblyFileVersion("3.0.3.495")]
diff --git a/VectoCore/VectoCore/Properties/Version.tt b/VectoCore/VectoCore/Properties/Version.tt
index 557542222c..fc2d8391c2 100644
--- a/VectoCore/VectoCore/Properties/Version.tt
+++ b/VectoCore/VectoCore/Properties/Version.tt
@@ -32,8 +32,8 @@
 <#@ template language="C#" #>
 <#@ output extension=".cs"#>
 using System.Reflection;
-[assembly: AssemblyVersion("3.0.2.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.0.2.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.0.3.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.0.3.<#= this.RevisionNumber #>")]
 <#+ 
 	int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; 
 #>
\ No newline at end of file
-- 
GitLab