diff --git a/C2P/RevisionHistory.aspx b/C2P/RevisionHistory.aspx index 4401bab..60d0574 100644 --- a/C2P/RevisionHistory.aspx +++ b/C2P/RevisionHistory.aspx @@ -28,10 +28,11 @@
- + +
diff --git a/C2P/WebUserControls/mod_Q_Header.ascx b/C2P/WebUserControls/mod_Q_Header.ascx index 816c9a7..d5317e0 100644 --- a/C2P/WebUserControls/mod_Q_Header.ascx +++ b/C2P/WebUserControls/mod_Q_Header.ascx @@ -1,6 +1,6 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Q_Header.ascx.cs" Inherits="C2P.WebUserControls.mod_Q_Header" %> <%if (false) - { %> + { %> <%} %> @@ -21,7 +21,7 @@
- +
@@ -244,20 +244,21 @@ - + + - + + - - + diff --git a/C2P/WebUserControls/mod_S_ExtrPar.ascx b/C2P/WebUserControls/mod_S_ExtrPar.ascx index 112c6cf..c7845fd 100644 --- a/C2P/WebUserControls/mod_S_ExtrPar.ascx +++ b/C2P/WebUserControls/mod_S_ExtrPar.ascx @@ -1,6 +1,6 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_S_ExtrPar.ascx.cs" Inherits="C2P.WebUserControls.mod_S_ExtrPar" %> <%if (false) - { %> + { %> <%} %> @@ -34,7 +34,7 @@
- +
@@ -206,9 +206,10 @@ - + - + + diff --git a/C2P/WebUserControls/mod_S_Header.ascx b/C2P/WebUserControls/mod_S_Header.ascx index 8019b34..5a5f0a7 100644 --- a/C2P/WebUserControls/mod_S_Header.ascx +++ b/C2P/WebUserControls/mod_S_Header.ascx @@ -1,6 +1,6 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_S_Header.ascx.cs" Inherits="C2P.WebUserControls.mod_S_Header" %> <%if (false) - { %> + { %> <%} %> @@ -125,7 +125,7 @@
- +
@@ -247,19 +247,20 @@ - + + - + + - - + diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 0dc1b64..64dea09 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 8ffc3a9..34ab2a7 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 7dbdfa3..3157122 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll index 8ffc3a9..34ab2a7 100644 Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll index 7dbdfa3..3157122 100644 Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs index 9a45206..729ecee 100644 --- a/VersGen/C2P.cs +++ b/VersGen/C2P.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.221.653")] -[assembly: AssemblyFileVersion("2.3.221.653")] +[assembly: AssemblyVersion("2.3.222.654")] +[assembly: AssemblyFileVersion("2.3.222.654")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt index 0c12e10..45cba0e 100644 --- a/VersGen/C2P.tt +++ b/VersGen/C2P.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.221.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.3.221.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.3.222.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.3.222.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+