Beta Release: v2.0.0626

This commit is contained in:
Gary Sharp
2014-06-26 14:54:48 +10:00
parent a3a92245ae
commit 83e9b7a832
17 changed files with 26 additions and 26 deletions
@@ -25,7 +25,7 @@ namespace Disco.Web.Areas.Config.Models.SystemConfig
{
try
{
return new DateTime(v.Minor + 2011, v.Build / 100, v.Build % 100, v.Revision / 100, v.Revision % 100, 0);
return new DateTime(v.Minor + 2014, v.Build / 100, v.Build % 100, v.Revision / 100, v.Revision % 100, 0);
}
catch (Exception)
{