mirror of https://github.com/snes9xgit/snes9x.git
Bump version number and copyright date.
This commit is contained in:
parent
aeb0d4f702
commit
aaadcf820f
6
LICENSE
6
LICENSE
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: 1.58-{build}
|
version: 1.59-{build}
|
||||||
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('snes9x-gtk',
|
project('snes9x-gtk',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '1.58',
|
version: '1.59',
|
||||||
default_options: ['cpp_std=c++11'])
|
default_options: ['cpp_std=c++11'])
|
||||||
|
|
||||||
args = ['-DSNES9X_GTK', '-DUNZIP_SUPPORT', '-DNETPLAY_SUPPORT', '-DJMA_SUPPORT', '-Wall', '-W', '-Wno-unused-parameter']
|
args = ['-DSNES9X_GTK', '-DUNZIP_SUPPORT', '-DNETPLAY_SUPPORT', '-DJMA_SUPPORT', '-Wall', '-W', '-Wno-unused-parameter']
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
|
|
||||||
#define SNES9X_GTK_AUTHORS "(c) 2007 - 2018 Brandon Wright (bearoso@gmail.com)"
|
#define SNES9X_GTK_AUTHORS "(c) 2007 - 2019 Brandon Wright (bearoso@gmail.com)"
|
||||||
#define SNES9X_GTK_VERSION "86"
|
#define SNES9X_GTK_VERSION "87"
|
||||||
|
|
||||||
extern Snes9xWindow *top_level;
|
extern Snes9xWindow *top_level;
|
||||||
extern Snes9xConfig *gui_config;
|
extern Snes9xConfig *gui_config;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Localized versions of Info.plist keys */
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
||||||
CFBundleName = "Snes9x";
|
CFBundleName = "Snes9x";
|
||||||
CFBundleShortVersionString = "1.58";
|
CFBundleShortVersionString = "1.59";
|
||||||
CFBundleGetInfoString = "Snes9x 1.58, Copyright 1996-2018 Snes9x developers.";
|
CFBundleGetInfoString = "Snes9x 1.59, Copyright 1996-2019 Snes9x developers.";
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Snes9x</string>
|
<string>Snes9x</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Snes9x 1.58, Copyright 1996-2018 Snes9x developers.</string>
|
<string>Snes9x 1.59, Copyright 1996-2019 Snes9x developers.</string>
|
||||||
<key>CFBundleHelpBookFolder</key>
|
<key>CFBundleHelpBookFolder</key>
|
||||||
<string>Snes9x Help</string>
|
<string>Snes9x Help</string>
|
||||||
<key>CFBundleHelpBookName</key>
|
<key>CFBundleHelpBookName</key>
|
||||||
|
@ -178,11 +178,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.58</string>
|
<string>1.59</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>~9X~</string>
|
<string>~9X~</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.58</string>
|
<string>1.59</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Snes9x (i386)</string>
|
<string>Snes9x (i386)</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Snes9x 1.58, Copyright 1996-2018 Snes9x developers.</string>
|
<string>Snes9x 1.59, Copyright 1996-2019 Snes9x developers.</string>
|
||||||
<key>CFBundleHelpBookFolder</key>
|
<key>CFBundleHelpBookFolder</key>
|
||||||
<string>Snes9x Help</string>
|
<string>Snes9x Help</string>
|
||||||
<key>CFBundleHelpBookName</key>
|
<key>CFBundleHelpBookName</key>
|
||||||
|
@ -178,11 +178,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.58</string>
|
<string>1.59</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>~9X~</string>
|
<string>~9X~</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.58</string>
|
<string>1.59</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Snes9x (ppc)</string>
|
<string>Snes9x (ppc)</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Snes9x 1.58, Copyright 1996-2018 Snes9x developers.</string>
|
<string>Snes9x 1.59, Copyright 1996-2019 Snes9x developers.</string>
|
||||||
<key>CFBundleHelpBookFolder</key>
|
<key>CFBundleHelpBookFolder</key>
|
||||||
<string>Snes9x Help</string>
|
<string>Snes9x Help</string>
|
||||||
<key>CFBundleHelpBookName</key>
|
<key>CFBundleHelpBookName</key>
|
||||||
|
@ -178,11 +178,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.58</string>
|
<string>1.59</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>~9X~</string>
|
<string>~9X~</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.58</string>
|
<string>1.59</string>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
2
snes9x.h
2
snes9x.h
|
@ -8,7 +8,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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([Snes9x], [1.58], [], [snes9x])
|
AC_INIT([Snes9x], [1.59], [], [snes9x])
|
||||||
AC_REVISION([$Revision: 1.58 $])
|
AC_REVISION([$Revision: 1.59 $])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([unix.cpp])
|
AC_CONFIG_SRCDIR([unix.cpp])
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Files included in the Snes9x archive:
|
||||||
changes.txt
|
changes.txt
|
||||||
snes9x-license.txt
|
snes9x-license.txt
|
||||||
|
|
||||||
version 1.58 December, 2018
|
version 1.59 February, 2019
|
||||||
Home page: http://www.snes9x.com/
|
Home page: http://www.snes9x.com/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -820,12 +820,12 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "http://www.snes9x.com"
|
VALUE "CompanyName", "http://www.snes9x.com"
|
||||||
VALUE "FileDescription", "Snes9x"
|
VALUE "FileDescription", "Snes9x"
|
||||||
VALUE "FileVersion", "1.58"
|
VALUE "FileVersion", "1.59"
|
||||||
VALUE "InternalName", "Snes9x"
|
VALUE "InternalName", "Snes9x"
|
||||||
VALUE "LegalCopyright", "Copyright 1996-2018"
|
VALUE "LegalCopyright", "Copyright 1996-2019"
|
||||||
VALUE "OriginalFilename", "Snes9x.exe"
|
VALUE "OriginalFilename", "Snes9x.exe"
|
||||||
VALUE "ProductName", "Snes9x SNES Emulator"
|
VALUE "ProductName", "Snes9x SNES Emulator"
|
||||||
VALUE "ProductVersion", "1.58"
|
VALUE "ProductVersion", "1.59"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
(c) Copyright 2001 - 2006 John Weidman\r\n\
|
(c) Copyright 2001 - 2006 John Weidman\r\n\
|
||||||
(c) Copyright 2002 - 2010 Brad Jorsch, funkyass, Kris Bleakley, Nach, zones\r\n\
|
(c) Copyright 2002 - 2010 Brad Jorsch, funkyass, Kris Bleakley, Nach, zones\r\n\
|
||||||
(c) Copyright 2006 - 2007 nitsuja\r\n\
|
(c) Copyright 2006 - 2007 nitsuja\r\n\
|
||||||
(c) Copyright 2009 - 2018 BearOso, OV2\r\n\r\n\
|
(c) Copyright 2009 - 2019 BearOso, OV2\r\n\r\n\
|
||||||
Windows Port Authors: Matthew Kendora, funkyass, nitsuja, Nach, blip, OV2.\r\n\r\n\
|
Windows Port Authors: Matthew Kendora, funkyass, nitsuja, Nach, blip, OV2.\r\n\r\n\
|
||||||
Snes9x is a Super Nintendo Entertainment System\r\n\
|
Snes9x is a Super Nintendo Entertainment System\r\n\
|
||||||
emulator that allows you to play most games designed\r\n\
|
emulator that allows you to play most games designed\r\n\
|
||||||
|
|
Loading…
Reference in New Issue