mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-12 19:14:16 +02:00
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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user