diff --git a/C2P/ExistingProductOffer.aspx b/C2P/ExistingProductOffer.aspx
index 0b502e4..5c4aaa3 100644
--- a/C2P/ExistingProductOffer.aspx
+++ b/C2P/ExistingProductOffer.aspx
@@ -17,7 +17,7 @@
-
+
<%--
--%>
diff --git a/C2P/WebUserControls/mod_OffersArchive.ascx b/C2P/WebUserControls/mod_OffersArchive.ascx
index 3d3454d..3431149 100644
--- a/C2P/WebUserControls/mod_OffersArchive.ascx
+++ b/C2P/WebUserControls/mod_OffersArchive.ascx
@@ -42,17 +42,17 @@
<%--
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index 3888cfa..2a044a2 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ
diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs
index 2338bc2..1f89b6b 100644
--- a/VersGen/C2P.cs
+++ b/VersGen/C2P.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.8.91.190")]
-[assembly: AssemblyFileVersion("0.8.91.190")]
+[assembly: AssemblyVersion("0.8.92.194")]
+[assembly: AssemblyFileVersion("0.8.92.194")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt
index 2ebeea7..1b837e3 100644
--- a/VersGen/C2P.tt
+++ b/VersGen/C2P.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.8.91.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("0.8.91.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("0.8.92.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("0.8.92.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+