Skip to content

Commit

Permalink
Update some copyrights and version strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Mar 16, 2023
1 parent 19e4295 commit 35e41aa
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

(c) Copyright 2006 - 2007 nitsuja

(c) Copyright 2009 - 2022 BearOso,
(c) Copyright 2009 - 2023 BearOso,
OV2

(c) Copyright 2017 qwertymodo
Expand Down Expand Up @@ -139,21 +139,21 @@
(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,
funkyass,
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,
Expand Down
2 changes: 1 addition & 1 deletion macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions macosx/en.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion snes9x.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define _SNES9X_H_

#ifndef VERSION
#define VERSION "1.61"
#define VERSION "1.62"
#endif

#include "port.h"
Expand Down
20 changes: 10 additions & 10 deletions unix/configure
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
4 changes: 2 additions & 2 deletions unix/configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down
2 changes: 1 addition & 1 deletion win32/docs/readme-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
6 changes: 3 additions & 3 deletions win32/rsrc/snes9x.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 35e41aa

Please sign in to comment.