Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b8f9d8bb authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

updating version

parent f509e77e
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ Namespace My ...@@ -115,7 +115,7 @@ Namespace My
'License initialization 'License initialization
Lic = New vectolic.cLicense Lic = New vectolic.cLicense
Lic.AppVersion = VECTOvers Lic.AppVersion = "2.2" 'VECTOvers
Lic.FilePath = MyAppPath & "license.dat" Lic.FilePath = MyAppPath & "license.dat"
End Sub End Sub
......
...@@ -14,7 +14,7 @@ Imports System.Text ...@@ -14,7 +14,7 @@ Imports System.Text
Imports vectolic Imports vectolic
Public Module VECTO_Global Public Module VECTO_Global
Public Const VECTOvers As String = "2.2" Public Const VECTOvers As String = "3"
Public COREvers As String = "NOT FOUND" Public COREvers As String = "NOT FOUND"
Public Const LicSigAppCode As String = "VECTO-Release-0093C61E0A2E4BFA9A7ED7E729C56AE4" Public Const LicSigAppCode As String = "VECTO-Release-0093C61E0A2E4BFA9A7ED7E729C56AE4"
......
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.0.3.606")] [assembly: AssemblyVersion("3.0.3.613")]
[assembly: AssemblyFileVersion("3.0.3.606")] [assembly: AssemblyFileVersion("3.0.3.613")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.0.4.606")] [assembly: AssemblyVersion("3.0.90.613")]
[assembly: AssemblyFileVersion("3.0.4.606")] [assembly: AssemblyFileVersion("3.0.90.613")]
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
<#@ template language="C#" #> <#@ template language="C#" #>
<#@ output extension=".cs"#> <#@ output extension=".cs"#>
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.0.4.<#= this.RevisionNumber #>")] [assembly: AssemblyVersion("3.0.90.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("3.0.4.<#= this.RevisionNumber #>")] [assembly: AssemblyFileVersion("3.0.90.<#= this.RevisionNumber #>")]
<#+ <#+
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays; int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2015, 1, 1)).TotalDays;
#> #>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment