From b8f9d8bb5687fd04d675f2be48378cbef0efd001 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Mon, 5 Sep 2016 15:35:38 +0200 Subject: [PATCH] updating version --- VECTO/ApplicationEvents.vb | 2 +- VECTO/VECTO_Global.vb | 2 +- VectoConsole/Properties/Version.cs | 4 ++-- VectoCore/VectoCore/Properties/Version.cs | 4 ++-- VectoCore/VectoCore/Properties/Version.tt | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VECTO/ApplicationEvents.vb b/VECTO/ApplicationEvents.vb index 3870aa5b60..a701ab0812 100644 --- a/VECTO/ApplicationEvents.vb +++ b/VECTO/ApplicationEvents.vb @@ -115,7 +115,7 @@ Namespace My 'License initialization Lic = New vectolic.cLicense - Lic.AppVersion = VECTOvers + Lic.AppVersion = "2.2" 'VECTOvers Lic.FilePath = MyAppPath & "license.dat" End Sub diff --git a/VECTO/VECTO_Global.vb b/VECTO/VECTO_Global.vb index 3ea0fa951a..06fd0798aa 100644 --- a/VECTO/VECTO_Global.vb +++ b/VECTO/VECTO_Global.vb @@ -14,7 +14,7 @@ Imports System.Text Imports vectolic Public Module VECTO_Global - Public Const VECTOvers As String = "2.2" + Public Const VECTOvers As String = "3" Public COREvers As String = "NOT FOUND" Public Const LicSigAppCode As String = "VECTO-Release-0093C61E0A2E4BFA9A7ED7E729C56AE4" diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs index f964386e44..70953ae2e9 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.0.3.606")] -[assembly: AssemblyFileVersion("3.0.3.606")] +[assembly: AssemblyVersion("3.0.3.613")] +[assembly: AssemblyFileVersion("3.0.3.613")] diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs index 8e0bea3277..dddd78a915 100644 --- a/VectoCore/VectoCore/Properties/Version.cs +++ b/VectoCore/VectoCore/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.0.4.606")] -[assembly: AssemblyFileVersion("3.0.4.606")] +[assembly: AssemblyVersion("3.0.90.613")] +[assembly: AssemblyFileVersion("3.0.90.613")] diff --git a/VectoCore/VectoCore/Properties/Version.tt b/VectoCore/VectoCore/Properties/Version.tt index f0b3025b59..582ce5ad27 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.4.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("3.0.4.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("3.0.90.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("3.0.90.<#= this.RevisionNumber #>")] <#+ int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; #> \ No newline at end of file -- GitLab