Update some copyrights and version strings.

This commit is contained in:
BearOso 2023-03-16 16:28:04 -05:00
parent 19e4295089
commit 35e41aa37e
8 changed files with 24 additions and 24 deletions

View File

@ -21,7 +21,7 @@
(c) Copyright 2006 - 2007 nitsuja (c) Copyright 2006 - 2007 nitsuja
(c) Copyright 2009 - 2022 BearOso, (c) Copyright 2009 - 2023 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 - 2022 BearOso (c) Copyright 2004 - 2023 BearOso
Win32 GUI code Win32 GUI code
(c) Copyright 2003 - 2006 blip, (c) Copyright 2003 - 2006 blip,
@ -147,13 +147,13 @@
Matthew Kendora, Matthew Kendora,
Nach, Nach,
nitsuja nitsuja
(c) Copyright 2009 - 2022 OV2 (c) Copyright 2009 - 2023 OV2
Original Mac OS GUI code Original Mac OS GUI code
(c) Copyright 1998 - 2001 John Stiles (c) Copyright 1998 - 2001 John Stiles
(c) Copyright 2001 - 2011 zones (c) Copyright 2001 - 2011 zones
New MacOS GUI code New MacOS GUI code
(c) Copyright 2022 Michael Donald Buckley (c) Copyright 2022 - 2023 Michael Donald Buckley
Libretro port Libretro port
(c) Copyright 2011 - 2017 Hans-Kristian Arntzen, (c) Copyright 2011 - 2017 Hans-Kristian Arntzen,

View File

@ -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.61, Copyright 1996-2022 Snes9x developers.</string> <string>Snes9x 1.62, Copyright 1996-2023 Snes9x developers.</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<string>Snes9x Help</string> <string>Snes9x Help</string>
<key>CFBundleHelpBookName</key> <key>CFBundleHelpBookName</key>

View File

@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "Snes9x"; CFBundleName = "Snes9x";
CFBundleShortVersionString = "1.61"; CFBundleShortVersionString = "1.62";
CFBundleGetInfoString = "Snes9x 1.61, Copyright 1996-2022 Snes9x developers."; CFBundleGetInfoString = "Snes9x 1.62, Copyright 1996-2023 Snes9x developers.";

View File

@ -8,7 +8,7 @@
#define _SNES9X_H_ #define _SNES9X_H_
#ifndef VERSION #ifndef VERSION
#define VERSION "1.61" #define VERSION "1.62"
#endif #endif
#include "port.h" #include "port.h"

20
unix/configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# From configure.ac Revision: 1.61 . # From configure.ac Revision: 1.62 .
# Guess values for system-dependent variables and create Makefiles. # 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, # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@ -608,8 +608,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='Snes9x' PACKAGE_NAME='Snes9x'
PACKAGE_TARNAME='snes9x' PACKAGE_TARNAME='snes9x'
PACKAGE_VERSION='1.61' PACKAGE_VERSION='1.62'
PACKAGE_STRING='Snes9x 1.61' PACKAGE_STRING='Snes9x 1.62'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1389,7 +1389,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of Snes9x 1.61:";; short | recursive ) echo "Configuration of Snes9x 1.62:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1514,7 +1514,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
Snes9x configure 1.61 Snes9x configure 1.62
generated by GNU Autoconf 2.71 generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc. Copyright (C) 2021 Free Software Foundation, Inc.
@ -1852,7 +1852,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw $ $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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES 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 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped' ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\ ac_cs_version="\\
Snes9x config.status 1.61 Snes9x config.status 1.62
configured by $0, generated by GNU Autoconf 2.71, configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.71]) AC_PREREQ([2.71])
AC_INIT([Snes9x],[1.61],[],[snes9x]) AC_INIT([Snes9x],[1.62],[],[snes9x])
AC_REVISION([$Revision: 1.61 $]) AC_REVISION([$Revision: 1.62 $])
AC_CONFIG_SRCDIR([unix.cpp]) AC_CONFIG_SRCDIR([unix.cpp])

View File

@ -7,7 +7,7 @@ Files included in the Snes9x archive:
changes.txt changes.txt
snes9x-license.txt snes9x-license.txt
version 1.61 February, 2022 version 1.62 March, 2023
Home page: http://www.snes9x.com/ Home page: http://www.snes9x.com/
Source code: https://github.com/snes9xgit/snes9x/ Source code: https://github.com/snes9xgit/snes9x/

View File

@ -884,12 +884,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.61" VALUE "FileVersion", "1.62"
VALUE "InternalName", "Snes9x" VALUE "InternalName", "Snes9x"
VALUE "LegalCopyright", "Copyright 1996-2022" VALUE "LegalCopyright", "Copyright 1996-2023"
VALUE "OriginalFilename", "Snes9x.exe" VALUE "OriginalFilename", "Snes9x.exe"
VALUE "ProductName", "Snes9x SNES Emulator" VALUE "ProductName", "Snes9x SNES Emulator"
VALUE "ProductVersion", "1.61" VALUE "ProductVersion", "1.62"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"