diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index bf1d9512..e37fcb9d 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -30,9 +30,9 @@ using namespace nall; namespace Emulator { static const string Name = "bsnes"; static const string Version = "115"; - static const string Copyright = "byuu et al"; + static const string Copyright = "bsnes team"; static const string License = "GPLv3 or later"; - static const string Website = "https://byuu.org/bsnes/"; + static const string Website = "https://bsnes.dev"; //incremented only when serialization format changes static const string SerializerVersion = "115";