diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index 474c761e..e1af66c9 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -29,7 +29,7 @@ using namespace nall; namespace Emulator { static const string Name = "bsnes"; - static const string Version = "112.4"; + static const string Version = "112.3"; static const string Author = "byuu"; static const string License = "GPLv3"; static const string Website = "https://byuu.org";