diff --git a/GMW/WebUserControls/mod_finitiTK.ascx b/GMW/WebUserControls/mod_finitiTK.ascx index 130e4822..f0cfa949 100644 --- a/GMW/WebUserControls/mod_finitiTK.ascx +++ b/GMW/WebUserControls/mod_finitiTK.ascx @@ -75,7 +75,7 @@
- + diff --git a/GMW/WebUserControls/mod_lavMeccOUT.ascx b/GMW/WebUserControls/mod_lavMeccOUT.ascx index 59377103..6e4c8b2e 100644 --- a/GMW/WebUserControls/mod_lavMeccOUT.ascx +++ b/GMW/WebUserControls/mod_lavMeccOUT.ascx @@ -148,7 +148,7 @@
- + diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 0eb61efb..7e1a7b70 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll index 0bca35db..138b9d1f 100644 Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ diff --git a/ReleaseClienti/SP_prod/GMW.zip b/ReleaseClienti/SP_prod/GMW.zip index 755b693f..71f0547e 100644 Binary files a/ReleaseClienti/SP_prod/GMW.zip and b/ReleaseClienti/SP_prod/GMW.zip differ diff --git a/ReleaseClienti/SP_test/GMW.zip b/ReleaseClienti/SP_test/GMW.zip index 2200cdf0..f30b0ae4 100644 Binary files a/ReleaseClienti/SP_test/GMW.zip and b/ReleaseClienti/SP_test/GMW.zip differ diff --git a/ReleaseClienti/TK_prod/GMW.zip b/ReleaseClienti/TK_prod/GMW.zip index 7653e7d0..8f9dc36b 100644 Binary files a/ReleaseClienti/TK_prod/GMW.zip and b/ReleaseClienti/TK_prod/GMW.zip differ diff --git a/ReleaseClienti/TK_test/GMW.zip b/ReleaseClienti/TK_test/GMW.zip index 9b2b32f7..d94e35ad 100644 Binary files a/ReleaseClienti/TK_test/GMW.zip and b/ReleaseClienti/TK_test/GMW.zip differ diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs index dcc0dce0..9b865345 100644 --- a/VersGen/GMW.cs +++ b/VersGen/GMW.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.5.709.1628")] -[assembly: AssemblyFileVersion("2.5.709.1628")] +[assembly: AssemblyVersion("2.5.710.1628")] +[assembly: AssemblyFileVersion("2.5.710.1628")] [assembly: AssemblyCopyright("Steamware © 2007-2014")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt index a12bd0ca..b56db30e 100644 --- a/VersGen/GMW.tt +++ b/VersGen/GMW.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("2.5.709.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.5.709.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.5.710.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.5.710.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+