From 83b7e28cec202c3472882bf763ccdd6eded46cec Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Fri, 14 Oct 2016 13:18:25 -0500 Subject: [PATCH] Bump version number to 1.54.1. --- gtk/configure.ac | 2 +- gtk/src/gtk_s9x.h | 2 +- snes9x.h | 2 +- unix/configure | 20 ++++++++++---------- unix/configure.ac | 4 ++-- win32/docs/readme-windows.txt | 2 +- win32/rsrc/snes9x.rc | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gtk/configure.ac b/gtk/configure.ac index 56594ac1..4d21792a 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([snes9x-gtk], 1.54) +AC_INIT([snes9x-gtk], 1.54.1) AC_CONFIG_MACRO_DIR([macros]) diff --git a/gtk/src/gtk_s9x.h b/gtk/src/gtk_s9x.h index 3132c8a4..6c3f1b0a 100644 --- a/gtk/src/gtk_s9x.h +++ b/gtk/src/gtk_s9x.h @@ -31,7 +31,7 @@ #endif /* ENABLE_NLS */ #define SNES9X_GTK_AUTHORS "(c) 2007 - 2016 Brandon Wright (bearoso@gmail.com)" -#define SNES9X_GTK_VERSION "84" +#define SNES9X_GTK_VERSION "85" extern Snes9xWindow *top_level; extern Snes9xConfig *gui_config; diff --git a/snes9x.h b/snes9x.h index 77fbd6f0..5c4c0bf4 100644 --- a/snes9x.h +++ b/snes9x.h @@ -183,7 +183,7 @@ #define _SNES9X_H_ #ifndef VERSION -#define VERSION "1.54" +#define VERSION "1.54.1" #endif #include "port.h" diff --git a/unix/configure b/unix/configure index 3b859836..23f99d3e 100755 --- a/unix/configure +++ b/unix/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.54 . +# From configure.ac Revision: 1.54.1 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Snes9x 1.54. +# Generated by GNU Autoconf 2.69 for Snes9x 1.54.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -578,8 +578,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Snes9x' PACKAGE_TARNAME='snes9x' -PACKAGE_VERSION='1.54' -PACKAGE_STRING='Snes9x 1.54' +PACKAGE_VERSION='1.54.1' +PACKAGE_STRING='Snes9x 1.54.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1267,7 +1267,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.54 to adapt to many kinds of systems. +\`configure' configures Snes9x 1.54.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1337,7 +1337,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Snes9x 1.54:";; + short | recursive ) echo "Configuration of Snes9x 1.54.1:";; esac cat <<\_ACEOF @@ -1444,7 +1444,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Snes9x configure 1.54 +Snes9x configure 1.54.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1847,7 +1847,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.54, which was +It was created by Snes9x $as_me 1.54.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -6651,7 +6651,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.54, which was +This file was extended by Snes9x $as_me 1.54.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6704,7 +6704,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Snes9x config.status 1.54 +Snes9x config.status 1.54.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/unix/configure.ac b/unix/configure.ac index 874aad0d..3c851dcb 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([Snes9x], [1.54], [], [snes9x]) -AC_REVISION([$Revision: 1.54 $]) +AC_INIT([Snes9x], [1.54.1], [], [snes9x]) +AC_REVISION([$Revision: 1.54.1 $]) AC_CONFIG_SRCDIR([unix.cpp]) diff --git a/win32/docs/readme-windows.txt b/win32/docs/readme-windows.txt index ead9878f..860a9d9a 100644 --- a/win32/docs/readme-windows.txt +++ b/win32/docs/readme-windows.txt @@ -8,7 +8,7 @@ Files included in the Snes9x archive: changes.txt snes9x-license.txt -version 1.54 October, 2016 +version 1.54.1 October, 2016 Home page: http://www.snes9x.com/ diff --git a/win32/rsrc/snes9x.rc b/win32/rsrc/snes9x.rc index 0663fbb7..5c11c0a3 100644 --- a/win32/rsrc/snes9x.rc +++ b/win32/rsrc/snes9x.rc @@ -740,12 +740,12 @@ BEGIN BEGIN VALUE "CompanyName", "http://www.snes9x.com" VALUE "FileDescription", "Snes9X" - VALUE "FileVersion", "1.54" + VALUE "FileVersion", "1.54.1" VALUE "InternalName", "Snes9X" VALUE "LegalCopyright", "Copyright 1996-2016" VALUE "OriginalFilename", "Snes9X.exe" VALUE "ProductName", "Snes9X SNES Emulator" - VALUE "ProductVersion", "1.54" + VALUE "ProductVersion", "1.54.1" END END BLOCK "VarFileInfo"