From 8b82d487937d9ea39f7229d280c6f6686c415fe7 Mon Sep 17 00:00:00 2001 From: BearOso Date: Thu, 30 Mar 2023 11:18:33 -0500 Subject: [PATCH] Update version string to 1.62.3. --- appveyor.yml | 2 +- macosx/Info.plist | 2 +- macosx/en.lproj/InfoPlist.strings | 4 ++-- snes9x.h | 2 +- unix/configure | 20 ++++++++++---------- unix/configure.ac | 4 ++-- win32/docs/readme-windows.txt | 2 +- win32/rsrc/snes9x.rc | 4 ++-- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 95b653357..a944591d4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.62.2-{build} +version: 1.62.3-{build} image: Visual Studio 2022 diff --git a/macosx/Info.plist b/macosx/Info.plist index 7a22e8965..a28e48bf3 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -162,7 +162,7 @@ CFBundleExecutable Snes9x (i386) CFBundleGetInfoString - Snes9x 1.62.2, Copyright 1996-2023 Snes9x developers. + Snes9x 1.62.3, Copyright 1996-2023 Snes9x developers. CFBundleHelpBookFolder Snes9x Help CFBundleHelpBookName diff --git a/macosx/en.lproj/InfoPlist.strings b/macosx/en.lproj/InfoPlist.strings index 8d848ba93..5ab583beb 100644 --- a/macosx/en.lproj/InfoPlist.strings +++ b/macosx/en.lproj/InfoPlist.strings @@ -1,5 +1,5 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Snes9x"; -CFBundleShortVersionString = "1.62.2"; -CFBundleGetInfoString = "Snes9x 1.62.2, Copyright 1996-2023 Snes9x developers."; +CFBundleShortVersionString = "1.62.3"; +CFBundleGetInfoString = "Snes9x 1.62.3, Copyright 1996-2023 Snes9x developers."; diff --git a/snes9x.h b/snes9x.h index a19708a93..b52d8f836 100644 --- a/snes9x.h +++ b/snes9x.h @@ -8,7 +8,7 @@ #define _SNES9X_H_ #ifndef VERSION -#define VERSION "1.62.2" +#define VERSION "1.62.3" #endif #include "port.h" diff --git a/unix/configure b/unix/configure index 883b46fd3..9dd94b722 100755 --- a/unix/configure +++ b/unix/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.62.2 . +# From configure.ac Revision: 1.62.3 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for Snes9x 1.62.2. +# Generated by GNU Autoconf 2.71 for Snes9x 1.62.3. # # # 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.62.2' -PACKAGE_STRING='Snes9x 1.62.2' +PACKAGE_VERSION='1.62.3' +PACKAGE_STRING='Snes9x 1.62.3' 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.62.2 to adapt to many kinds of systems. +\`configure' configures Snes9x 1.62.3 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.62.2:";; + short | recursive ) echo "Configuration of Snes9x 1.62.3:";; 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.62.2 +Snes9x configure 1.62.3 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.62.2, which was +It was created by Snes9x $as_me 1.62.3, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -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.2, which was +This file was extended by Snes9x $as_me 1.62.3, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -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.2 +Snes9x config.status 1.62.3 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/unix/configure.ac b/unix/configure.ac index 0d4c58798..50a14c1ab 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.71]) -AC_INIT([Snes9x],[1.62.2],[],[snes9x]) -AC_REVISION([$Revision: 1.62.2 $]) +AC_INIT([Snes9x],[1.62.3],[],[snes9x]) +AC_REVISION([$Revision: 1.62.3 $]) AC_CONFIG_SRCDIR([unix.cpp]) diff --git a/win32/docs/readme-windows.txt b/win32/docs/readme-windows.txt index 554246db1..f05c3805c 100644 --- a/win32/docs/readme-windows.txt +++ b/win32/docs/readme-windows.txt @@ -7,7 +7,7 @@ Files included in the Snes9x archive: changes.txt snes9x-license.txt -version 1.62.2 March, 2023 +version 1.62.3 March, 2023 Home page: http://www.snes9x.com/ Source code: https://github.com/snes9xgit/snes9x/ diff --git a/win32/rsrc/snes9x.rc b/win32/rsrc/snes9x.rc index d941cacef..060b4f1c9 100644 --- a/win32/rsrc/snes9x.rc +++ b/win32/rsrc/snes9x.rc @@ -885,12 +885,12 @@ BEGIN BEGIN VALUE "CompanyName", "http://www.snes9x.com" VALUE "FileDescription", "Snes9x" - VALUE "FileVersion", "1.62.2" + VALUE "FileVersion", "1.62.3" VALUE "InternalName", "Snes9x" VALUE "LegalCopyright", "Copyright 1996-2023" VALUE "OriginalFilename", "Snes9x.exe" VALUE "ProductName", "Snes9x SNES Emulator" - VALUE "ProductVersion", "1.62.2" + VALUE "ProductVersion", "1.62.3" END END BLOCK "VarFileInfo"