From f5a2ed5e9911d6d60de83bdc313e37cf6836a023 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Mon, 7 Feb 2022 15:01:57 +0100 Subject: [PATCH] Snes9x - Update version and copyright for 1.61 (#985) --- LICENSE | 11 +++++++---- source/snes9x/snes9x.h | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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"