Backport Bump version number and copyright date. (#819)

This commit is contained in:
bladeoner 2019-02-24 02:51:51 +01:00 committed by dborth
parent 3ba51632de
commit f016b19cab
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
(c) Copyright 2006 - 2007 nitsuja (c) Copyright 2006 - 2007 nitsuja
(c) Copyright 2009 - 2018 BearOso, (c) Copyright 2009 - 2019 BearOso,
OV2 OV2
(c) Copyright 2017 qwertymodo (c) Copyright 2017 qwertymodo
@ -139,7 +139,7 @@
(c) Copyright 2006 - 2007 Shay Green (c) Copyright 2006 - 2007 Shay Green
GTK+ GUI code GTK+ GUI code
(c) Copyright 2004 - 2018 BearOso (c) Copyright 2004 - 2019 BearOso
Win32 GUI code Win32 GUI code
(c) Copyright 2003 - 2006 blip, (c) Copyright 2003 - 2006 blip,
@ -147,7 +147,7 @@
Matthew Kendora, Matthew Kendora,
Nach, Nach,
nitsuja nitsuja
(c) Copyright 2009 - 2018 OV2 (c) Copyright 2009 - 2019 OV2
Mac OS GUI code Mac OS GUI code
(c) Copyright 1998 - 2001 John Stiles (c) Copyright 1998 - 2001 John Stiles

View File

@ -9,7 +9,7 @@
#define _SNES9X_H_ #define _SNES9X_H_
#ifndef VERSION #ifndef VERSION
#define VERSION "1.58" #define VERSION "1.59"
#endif #endif
#include "port.h" #include "port.h"