oh yeah, EmuHawk - program.cs references the core project specifically for version checking. Change reference there.

This commit is contained in:
adelikat 2013-11-15 14:12:27 +00:00
parent 7e45f13282
commit 6cf637b72a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace BizHawk.Client.EmuHawk
{
var thisversion = typeof(Program).Assembly.GetName().Version;
var utilversion = Assembly.LoadWithPartialName("Bizhawk.Client.Common").GetName().Version;
var emulversion = Assembly.LoadWithPartialName("Bizhawk.Emulation").GetName().Version;
var emulversion = Assembly.LoadWithPartialName("Bizhawk.Emulation.Cores").GetName().Version;
if (thisversion != utilversion || thisversion != emulversion)
{