diff --git a/C2P/WebUserControls/mod_testata.ascx b/C2P/WebUserControls/mod_testata.ascx index 42252c4..6085968 100644 --- a/C2P/WebUserControls/mod_testata.ascx +++ b/C2P/WebUserControls/mod_testata.ascx @@ -98,7 +98,7 @@
- \\ + diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 231cfb9..4feadd6 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index ae036a9..6e6dec9 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index 93f5e96..2ee6db8 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs index beb3389..28cce88 100644 --- a/VersGen/C2P.cs +++ b/VersGen/C2P.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("0.6.49.142")] -[assembly: AssemblyFileVersion("0.6.49.142")] +[assembly: AssemblyVersion("0.6.50.142")] +[assembly: AssemblyFileVersion("0.6.50.142")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt index 95bb6f0..7453c95 100644 --- a/VersGen/C2P.tt +++ b/VersGen/C2P.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("0.6.49.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("0.6.49.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("0.6.50.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("0.6.50.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+