diff --git a/higan/emulator/emulator.hpp b/higan/emulator/emulator.hpp index 20b0e3c4..e17894b5 100644 --- a/higan/emulator/emulator.hpp +++ b/higan/emulator/emulator.hpp @@ -6,7 +6,7 @@ using namespace nall; namespace Emulator { static const string Name = "higan"; - static const string Version = "097.32"; + static const string Version = "098"; static const string Author = "byuu"; static const string License = "GPLv3"; static const string Website = "http://byuu.org/";