diff --git a/src/BizHawk.Common/VersionInfo.cs b/src/BizHawk.Common/VersionInfo.cs index 648bd4baf1..0d54398c0e 100644 --- a/src/BizHawk.Common/VersionInfo.cs +++ b/src/BizHawk.Common/VersionInfo.cs @@ -6,8 +6,8 @@ namespace BizHawk.Common public static partial class VersionInfo { // keep this updated at every major release - public const string MainVersion = "2.5.0"; // Use numbers only or the new version notification won't work - public const string ReleaseDate = "August 30, 2020"; + public const string MainVersion = "2.5.1"; // Use numbers only or the new version notification won't work + public const string ReleaseDate = "September 12, 2020"; public const string HomePage = "http://tasvideos.org/BizHawk.html"; public static readonly bool DeveloperBuild = true; diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs index ee0327b79b..fedf7b798a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Faust/Faust.cs @@ -4,7 +4,7 @@ using BizHawk.Emulation.Cores.Waterbox; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.Faust { - [Core("Faust", "Mednafen Team", true, false, "1.24.3", "https://mednafen.github.io/releases/", false)] + [Core("Faust", "Mednafen Team", true, true, "1.24.3", "https://mednafen.github.io/releases/", false)] public class Faust : NymaCore, IRegionable { [CoreConstructor("SNES")]