From 4f32551430f54869bd85e0258ea445786134b95b Mon Sep 17 00:00:00 2001 From: byuu <2107894+byuu@users.noreply.github.com> Date: Sun, 27 Oct 2019 01:31:33 +0900 Subject: [PATCH] . --- bsnes/emulator/emulator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";