Snes9x - Update version and copyright for 1.61 (#985)

This commit is contained in:
bladeoner 2022-02-07 15:01:57 +01:00 committed by GitHub
parent 1c0e621ce2
commit f5a2ed5e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
LICENSE
View File

@ -21,7 +21,7 @@
(c) Copyright 2006 - 2007 nitsuja
(c) Copyright 2009 - 2019 BearOso,
(c) Copyright 2009 - 2022 BearOso,
OV2
(c) Copyright 2017 qwertymodo
@ -139,7 +139,7 @@
(c) Copyright 2006 - 2007 Shay Green
GTK+ GUI code
(c) Copyright 2004 - 2019 BearOso
(c) Copyright 2004 - 2022 BearOso
Win32 GUI code
(c) Copyright 2003 - 2006 blip,
@ -147,11 +147,13 @@
Matthew Kendora,
Nach,
nitsuja
(c) Copyright 2009 - 2019 OV2
(c) Copyright 2009 - 2022 OV2
Mac OS GUI code
Original Mac OS GUI code
(c) Copyright 1998 - 2001 John Stiles
(c) Copyright 2001 - 2011 zones
New MacOS GUI code
(c) Copyright 2022 Michael Donald Buckley
Libretro port
(c) Copyright 2011 - 2017 Hans-Kristian Arntzen,
@ -164,6 +166,7 @@
Snes9x homepage: http://www.snes9x.com/
Snes9x source code: https://github.com/snes9xgit/snes9x/
Permission to use, copy, modify and/or distribute Snes9x in both binary
and source form, for non-commercial purposes, is hereby granted without

View File

@ -8,7 +8,7 @@
#define _SNES9X_H_
#ifndef VERSION
#define VERSION "1.60"
#define VERSION "1.61"
#endif
#include "port.h"