Skip to content

Commit

Permalink
Update version to 1.62.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed Mar 27, 2023
1 parent d5400f7 commit 691bc9f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.62.1-{build}
version: 1.62.2-{build}

image: Visual Studio 2022

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.62.1, Copyright 1996-2023 Snes9x developers.</string>
<string>Snes9x 1.62.2, 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.62.1";
CFBundleGetInfoString = "Snes9x 1.62.1, Copyright 1996-2023 Snes9x developers.";
CFBundleShortVersionString = "1.62.2";
CFBundleGetInfoString = "Snes9x 1.62.2, 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.62.1"
#define VERSION "1.62.2"
#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.62.1 .
# From configure.ac Revision: 1.62.2 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Snes9x 1.62.1.
# Generated by GNU Autoconf 2.71 for Snes9x 1.62.2.
#
#
# 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.62.1'
PACKAGE_STRING='Snes9x 1.62.1'
PACKAGE_VERSION='1.62.2'
PACKAGE_STRING='Snes9x 1.62.2'
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.62.1 to adapt to many kinds of systems.
\`configure' configures Snes9x 1.62.2 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.62.1:";;
short | recursive ) echo "Configuration of Snes9x 1.62.2:";;
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.62.1
Snes9x configure 1.62.2
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.62.1, which was
It was created by Snes9x $as_me 1.62.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -7913,7 +7913,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.62.1, which was
This file was extended by Snes9x $as_me 1.62.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -7968,7 +7968,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.62.1
Snes9x config.status 1.62.2
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.62.1],[],[snes9x])
AC_REVISION([$Revision: 1.62.1 $])
AC_INIT([Snes9x],[1.62.2],[],[snes9x])
AC_REVISION([$Revision: 1.62.2 $])

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.62.1 March, 2023
version 1.62.2 March, 2023
Home page: http://www.snes9x.com/
Source code: https://github.com/snes9xgit/snes9x/

Expand Down
4 changes: 2 additions & 2 deletions win32/rsrc/snes9x.rc
Original file line number Diff line number Diff line change
Expand Up @@ -885,12 +885,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "http://www.snes9x.com"
VALUE "FileDescription", "Snes9x"
VALUE "FileVersion", "1.62.1"
VALUE "FileVersion", "1.62.2"
VALUE "InternalName", "Snes9x"
VALUE "LegalCopyright", "Copyright 1996-2023"
VALUE "OriginalFilename", "Snes9x.exe"
VALUE "ProductName", "Snes9x SNES Emulator"
VALUE "ProductVersion", "1.62.1"
VALUE "ProductVersion", "1.62.2"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 691bc9f

Please sign in to comment.