From 90b135011041da73ef5f970c1d9a00535981121b Mon Sep 17 00:00:00 2001 From: byuu <2107894+byuu@users.noreply.github.com> Date: Wed, 11 Dec 2019 22:02:23 +0900 Subject: [PATCH] v113 --- 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 cc62821a..5e1300bd 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.14"; + static const string Version = "113"; static const string Author = "byuu"; static const string License = "GPLv3"; static const string Website = "https://byuu.org";