From 9b8586425976e5383d746f48e313480fb5fe5ab1 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:38:00 +0200 Subject: [PATCH] bump SerializerVersion --- 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 e37fcb9d..6fe96815 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -35,7 +35,7 @@ namespace Emulator { static const string Website = "https://bsnes.dev"; //incremented only when serialization format changes - static const string SerializerVersion = "115"; + static const string SerializerVersion = "115.1"; namespace Constants { namespace Colorburst {