diff --git a/LICENSE b/LICENSE index 1c929df..07ae846 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/source/snes9x/snes9x.h b/source/snes9x/snes9x.h index 651d8c9..9f34b96 100644 --- a/source/snes9x/snes9x.h +++ b/source/snes9x/snes9x.h @@ -8,7 +8,7 @@ #define _SNES9X_H_ #ifndef VERSION -#define VERSION "1.60" +#define VERSION "1.61" #endif #include "port.h"