Update website and copyright

I've registered https://bsnes.dev to be the new homepage for the project.
Screwtape and I are still working out how we're going to handle the page, but I want to get away from the old domain, and this is where we start that process.
This commit is contained in:
Near 2021-01-26 08:02:13 +09:00 committed by Screwtapello
parent 4649eb83ea
commit b1a4f2700e
1 changed files with 2 additions and 2 deletions

View File

@ -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";