From 62c503a59b6724a188f126352bec3f2b85c0c484 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Fri, 14 Oct 2016 10:44:18 +0200 Subject: [PATCH] updating version numbers --- 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 d73061c36d..01367dbb37 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.0.3.628")] -[assembly: AssemblyFileVersion("3.0.3.628")] +[assembly: AssemblyVersion("3.1.0.652")] +[assembly: AssemblyFileVersion("3.1.0.652")] diff --git a/VectoConsole/Properties/Version.tt b/VectoConsole/Properties/Version.tt index fe770d6232..26ca3f8d53 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.3.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("3.0.3.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("3.1.0.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("3.1.0.<#= 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 a075648383..8d7f8abc3f 100644 --- a/VectoCore/VectoCore/Properties/Version.cs +++ b/VectoCore/VectoCore/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.0.90.628")] -[assembly: AssemblyFileVersion("3.0.90.628")] +[assembly: AssemblyVersion("3.1.0.652")] +[assembly: AssemblyFileVersion("3.1.0.652")] diff --git a/VectoCore/VectoCore/Properties/Version.tt b/VectoCore/VectoCore/Properties/Version.tt index 582ce5ad27..c3606ca256 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.90.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("3.0.90.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("3.1.0.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("3.1.0.<#= this.RevisionNumber #>")] <#+ int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; #> \ No newline at end of file -- GitLab