mirror of https://github.com/bsnes-emu/bsnes.git
Make the About dialog link to a website that exists.
The registration for bsnes.dev has lapsed a long time ago, the GitHub repo is effectively the website now. Fixes #354
This commit is contained in:
parent
764b5e2d16
commit
ddc3dc2d47
|
@ -32,7 +32,7 @@ namespace Emulator {
|
|||
static const string Version = "115";
|
||||
static const string Copyright = "bsnes team";
|
||||
static const string License = "GPLv3 or later";
|
||||
static const string Website = "https://bsnes.dev";
|
||||
static const string Website = "https://github.com/bsnes-emu/bsnes/";
|
||||
|
||||
//incremented only when serialization format changes
|
||||
static const string SerializerVersion = "115.1";
|
||||
|
|
Loading…
Reference in New Issue