diff --git a/C2P/WebUserControls/mod_Q_Header.ascx b/C2P/WebUserControls/mod_Q_Header.ascx index fa2aa44..5c32c88 100644 --- a/C2P/WebUserControls/mod_Q_Header.ascx +++ b/C2P/WebUserControls/mod_Q_Header.ascx @@ -119,7 +119,7 @@
- +
diff --git a/C2P/WebUserControls/mod_S_Header.ascx b/C2P/WebUserControls/mod_S_Header.ascx index 580d6e4..8019b34 100644 --- a/C2P/WebUserControls/mod_S_Header.ascx +++ b/C2P/WebUserControls/mod_S_Header.ascx @@ -125,7 +125,7 @@
- +
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index c181b91..17b7dfa 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/obj/deploy/C2P.dll b/C2P/obj/deploy/C2P.dll index c181b91..17b7dfa 100644 Binary files a/C2P/obj/deploy/C2P.dll and b/C2P/obj/deploy/C2P.dll differ diff --git a/C2P_Project/bin/Output/C2P_DB.dacpac b/C2P_Project/bin/Output/C2P_DB.dacpac index 4e1a97f..594ddb1 100644 Binary files a/C2P_Project/bin/Output/C2P_DB.dacpac and b/C2P_Project/bin/Output/C2P_DB.dacpac differ diff --git a/C2P_Project/bin/Output/C2P_Project.dll b/C2P_Project/bin/Output/C2P_Project.dll index a1cdbdd..c89db13 100644 Binary files a/C2P_Project/bin/Output/C2P_Project.dll and b/C2P_Project/bin/Output/C2P_Project.dll differ diff --git a/ReleaseClienti/C2P.zip b/ReleaseClienti/C2P.zip index 66e2ef0..c308e2f 100644 Binary files a/ReleaseClienti/C2P.zip and b/ReleaseClienti/C2P.zip differ diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs index d06194e..b505a8f 100644 --- a/VersGen/C2P.cs +++ b/VersGen/C2P.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.212.571")] -[assembly: AssemblyFileVersion("2.3.212.571")] +[assembly: AssemblyVersion("2.3.213.572")] +[assembly: AssemblyFileVersion("2.3.213.572")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt index e87a7e1..3a07b2d 100644 --- a/VersGen/C2P.tt +++ b/VersGen/C2P.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.212.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.3.212.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.3.213.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.3.213.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+