mirror of https://github.com/snes9xgit/snes9x.git
Update some copyrights and version strings.
This commit is contained in:
parent
19e4295089
commit
35e41aa37e
8
LICENSE
8
LICENSE
|
@ -21,7 +21,7 @@
|
|||
|
||||
(c) Copyright 2006 - 2007 nitsuja
|
||||
|
||||
(c) Copyright 2009 - 2022 BearOso,
|
||||
(c) Copyright 2009 - 2023 BearOso,
|
||||
OV2
|
||||
|
||||
(c) Copyright 2017 qwertymodo
|
||||
|
@ -139,7 +139,7 @@
|
|||
(c) Copyright 2006 - 2007 Shay Green
|
||||
|
||||
GTK+ GUI code
|
||||
(c) Copyright 2004 - 2022 BearOso
|
||||
(c) Copyright 2004 - 2023 BearOso
|
||||
|
||||
Win32 GUI code
|
||||
(c) Copyright 2003 - 2006 blip,
|
||||
|
@ -147,13 +147,13 @@
|
|||
Matthew Kendora,
|
||||
Nach,
|
||||
nitsuja
|
||||
(c) Copyright 2009 - 2022 OV2
|
||||
(c) Copyright 2009 - 2023 OV2
|
||||
|
||||
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
|
||||
(c) Copyright 2022 - 2023 Michael Donald Buckley
|
||||
|
||||
Libretro port
|
||||
(c) Copyright 2011 - 2017 Hans-Kristian Arntzen,
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Snes9x (i386)</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Snes9x 1.61, Copyright 1996-2022 Snes9x developers.</string>
|
||||
<string>Snes9x 1.62, Copyright 1996-2023 Snes9x developers.</string>
|
||||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>Snes9x Help</string>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "Snes9x";
|
||||
CFBundleShortVersionString = "1.61";
|
||||
CFBundleGetInfoString = "Snes9x 1.61, Copyright 1996-2022 Snes9x developers.";
|
||||
CFBundleShortVersionString = "1.62";
|
||||
CFBundleGetInfoString = "Snes9x 1.62, Copyright 1996-2023 Snes9x developers.";
|
||||
|
|
2
snes9x.h
2
snes9x.h
|
@ -8,7 +8,7 @@
|
|||
#define _SNES9X_H_
|
||||
|
||||
#ifndef VERSION
|
||||
#define VERSION "1.61"
|
||||
#define VERSION "1.62"
|
||||
#endif
|
||||
|
||||
#include "port.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
# From configure.ac Revision: 1.61 .
|
||||
# From configure.ac Revision: 1.62 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.71 for Snes9x 1.61.
|
||||
# Generated by GNU Autoconf 2.71 for Snes9x 1.62.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
|
||||
|
@ -608,8 +608,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='Snes9x'
|
||||
PACKAGE_TARNAME='snes9x'
|
||||
PACKAGE_VERSION='1.61'
|
||||
PACKAGE_STRING='Snes9x 1.61'
|
||||
PACKAGE_VERSION='1.62'
|
||||
PACKAGE_STRING='Snes9x 1.62'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
@ -1318,7 +1318,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures Snes9x 1.61 to adapt to many kinds of systems.
|
||||
\`configure' configures Snes9x 1.62 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1389,7 +1389,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Snes9x 1.61:";;
|
||||
short | recursive ) echo "Configuration of Snes9x 1.62:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1514,7 +1514,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
Snes9x configure 1.61
|
||||
Snes9x configure 1.62
|
||||
generated by GNU Autoconf 2.71
|
||||
|
||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
|
@ -1852,7 +1852,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by Snes9x $as_me 1.61, which was
|
||||
It was created by Snes9x $as_me 1.62, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
$ $0$ac_configure_args_raw
|
||||
|
@ -7976,7 +7976,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by Snes9x $as_me 1.61, which was
|
||||
This file was extended by Snes9x $as_me 1.62, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -8031,7 +8031,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config='$ac_cs_config_escaped'
|
||||
ac_cs_version="\\
|
||||
Snes9x config.status 1.61
|
||||
Snes9x config.status 1.62
|
||||
configured by $0, generated by GNU Autoconf 2.71,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.71])
|
||||
AC_INIT([Snes9x],[1.61],[],[snes9x])
|
||||
AC_REVISION([$Revision: 1.61 $])
|
||||
AC_INIT([Snes9x],[1.62],[],[snes9x])
|
||||
AC_REVISION([$Revision: 1.62 $])
|
||||
|
||||
AC_CONFIG_SRCDIR([unix.cpp])
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Files included in the Snes9x archive:
|
|||
changes.txt
|
||||
snes9x-license.txt
|
||||
|
||||
version 1.61 February, 2022
|
||||
version 1.62 March, 2023
|
||||
Home page: http://www.snes9x.com/
|
||||
Source code: https://github.com/snes9xgit/snes9x/
|
||||
|
||||
|
|
|
@ -884,12 +884,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "http://www.snes9x.com"
|
||||
VALUE "FileDescription", "Snes9x"
|
||||
VALUE "FileVersion", "1.61"
|
||||
VALUE "FileVersion", "1.62"
|
||||
VALUE "InternalName", "Snes9x"
|
||||
VALUE "LegalCopyright", "Copyright 1996-2022"
|
||||
VALUE "LegalCopyright", "Copyright 1996-2023"
|
||||
VALUE "OriginalFilename", "Snes9x.exe"
|
||||
VALUE "ProductName", "Snes9x SNES Emulator"
|
||||
VALUE "ProductVersion", "1.61"
|
||||
VALUE "ProductVersion", "1.62"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in New Issue