diff --git a/VECTO/ApplicationEvents.vb b/VECTO/ApplicationEvents.vb
index 3870aa5b600d582caa016db4a6af97ff6462d36a..a701ab081213c977dee07d4b15c684dd33f4d978 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 3ea0fa951ac9b425d1cdf549907433793c469016..06fd0798aac2774cb3bb759725b9366e358166f0 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 f964386e445f984f7b2cd9b399a8173d9f7a2fff..70953ae2e91733e7f7fb770f74c2d05a3dbebffe 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 8e0bea3277d42cc085510c8955bcf1d9f83e59ae..dddd78a9157bf98224fa80dd8405c5b870d56b07 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 f0b3025b595fa0f548f569ad34250e29cb78b155..582ce5ad272d32af247eb8fdfa0638cf269293ad 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