Skip to content

Commit ab1fa8d

Browse files
committed
Update version to 1.59.2.
1 parent a70e2cc commit ab1fa8d

File tree

13 files changed

+33
-30
lines changed

13 files changed

+33
-30
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.59.1-{build}
1+
version: 1.59.2-{build}
22

33
image: Visual Studio 2017
44

docs/changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Snes9x 1.59.2
2+
- Fix out-of-bounds access on APU memory.
3+
14
Snes9x 1.59.1
25
- Fix sound core breakage.
36

docs/porting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<h1 style="text-align:center">How to Port Snes9x to a New Platform</h1>
1414
<div style="text-align:right">
15-
Version: 1.59.1<br>
15+
Version: 1.59.2<br>
1616
</div>
1717
<h2>Introduction</h2>
1818
<p>

gtk/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('snes9x-gtk',
22
['c', 'cpp'],
3-
version: '1.59.1',
3+
version: '1.59.2',
44
default_options: ['cpp_std=c++11'])
55

66
args = ['-DSNES9X_GTK', '-DUNZIP_SUPPORT', '-DNETPLAY_SUPPORT', '-DJMA_SUPPORT', '-Wall', '-W', '-Wno-unused-parameter']
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Localized versions of Info.plist keys */
22

33
CFBundleName = "Snes9x";
4-
CFBundleShortVersionString = "1.59.1";
5-
CFBundleGetInfoString = "Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.";
4+
CFBundleShortVersionString = "1.59.2";
5+
CFBundleGetInfoString = "Snes9x 1.59.2, Copyright 1996-2019 Snes9x developers.";

macosx/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<key>CFBundleExecutable</key>
163163
<string>Snes9x</string>
164164
<key>CFBundleGetInfoString</key>
165-
<string>Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.</string>
165+
<string>Snes9x 1.59.2, Copyright 1996-2019 Snes9x developers.</string>
166166
<key>CFBundleHelpBookFolder</key>
167167
<string>Snes9x Help</string>
168168
<key>CFBundleHelpBookName</key>
@@ -178,11 +178,11 @@
178178
<key>CFBundlePackageType</key>
179179
<string>APPL</string>
180180
<key>CFBundleShortVersionString</key>
181-
<string>1.59.1</string>
181+
<string>1.59.2</string>
182182
<key>CFBundleSignature</key>
183183
<string>~9X~</string>
184184
<key>CFBundleVersion</key>
185-
<string>1.59.1</string>
185+
<string>1.59.2</string>
186186
<key>CSResourcesFileMapped</key>
187187
<true/>
188188
</dict>

macosx/Info_i386.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<key>CFBundleExecutable</key>
163163
<string>Snes9x (i386)</string>
164164
<key>CFBundleGetInfoString</key>
165-
<string>Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.</string>
165+
<string>Snes9x 1.59.2, Copyright 1996-2019 Snes9x developers.</string>
166166
<key>CFBundleHelpBookFolder</key>
167167
<string>Snes9x Help</string>
168168
<key>CFBundleHelpBookName</key>
@@ -178,11 +178,11 @@
178178
<key>CFBundlePackageType</key>
179179
<string>APPL</string>
180180
<key>CFBundleShortVersionString</key>
181-
<string>1.59.1</string>
181+
<string>1.59.2</string>
182182
<key>CFBundleSignature</key>
183183
<string>~9X~</string>
184184
<key>CFBundleVersion</key>
185-
<string>1.59.1</string>
185+
<string>1.59.2</string>
186186
<key>CSResourcesFileMapped</key>
187187
<true/>
188188
</dict>

macosx/Info_ppc.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<key>CFBundleExecutable</key>
163163
<string>Snes9x (ppc)</string>
164164
<key>CFBundleGetInfoString</key>
165-
<string>Snes9x 1.59.1, Copyright 1996-2019 Snes9x developers.</string>
165+
<string>Snes9x 1.59.2, Copyright 1996-2019 Snes9x developers.</string>
166166
<key>CFBundleHelpBookFolder</key>
167167
<string>Snes9x Help</string>
168168
<key>CFBundleHelpBookName</key>
@@ -178,11 +178,11 @@
178178
<key>CFBundlePackageType</key>
179179
<string>APPL</string>
180180
<key>CFBundleShortVersionString</key>
181-
<string>1.59.1</string>
181+
<string>1.59.2</string>
182182
<key>CFBundleSignature</key>
183183
<string>~9X~</string>
184184
<key>CFBundleVersion</key>
185-
<string>1.59.1</string>
185+
<string>1.59.2</string>
186186
<key>CSResourcesFileMapped</key>
187187
<true/>
188188
</dict>

snes9x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define _SNES9X_H_
99

1010
#ifndef VERSION
11-
#define VERSION "1.59.1"
11+
#define VERSION "1.59.2"
1212
#endif
1313

1414
#include "port.h"

unix/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac Revision: 1.59.1 .
2+
# From configure.ac Revision: 1.59.2 .
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for Snes9x 1.59.1.
4+
# Generated by GNU Autoconf 2.69 for Snes9x 1.59.2.
55
#
66
#
77
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -578,8 +578,8 @@ MAKEFLAGS=
578578
# Identity of this package.
579579
PACKAGE_NAME='Snes9x'
580580
PACKAGE_TARNAME='snes9x'
581-
PACKAGE_VERSION='1.59.1'
582-
PACKAGE_STRING='Snes9x 1.59.1'
581+
PACKAGE_VERSION='1.59.2'
582+
PACKAGE_STRING='Snes9x 1.59.2'
583583
PACKAGE_BUGREPORT=''
584584
PACKAGE_URL=''
585585

@@ -1280,7 +1280,7 @@ if test "$ac_init_help" = "long"; then
12801280
# Omit some internal or obsolete options to make the list less imposing.
12811281
# This message is too long to be a string in the A/UX 3.1 sh.
12821282
cat <<_ACEOF
1283-
\`configure' configures Snes9x 1.59.1 to adapt to many kinds of systems.
1283+
\`configure' configures Snes9x 1.59.2 to adapt to many kinds of systems.
12841284
12851285
Usage: $0 [OPTION]... [VAR=VALUE]...
12861286
@@ -1350,7 +1350,7 @@ fi
13501350

13511351
if test -n "$ac_init_help"; then
13521352
case $ac_init_help in
1353-
short | recursive ) echo "Configuration of Snes9x 1.59.1:";;
1353+
short | recursive ) echo "Configuration of Snes9x 1.59.2:";;
13541354
esac
13551355
cat <<\_ACEOF
13561356
@@ -1468,7 +1468,7 @@ fi
14681468
test -n "$ac_init_help" && exit $ac_status
14691469
if $ac_init_version; then
14701470
cat <<\_ACEOF
1471-
Snes9x configure 1.59.1
1471+
Snes9x configure 1.59.2
14721472
generated by GNU Autoconf 2.69
14731473
14741474
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1871,7 +1871,7 @@ cat >config.log <<_ACEOF
18711871
This file contains any messages produced by compilers while
18721872
running configure, to aid debugging if configure makes a mistake.
18731873
1874-
It was created by Snes9x $as_me 1.59.1, which was
1874+
It was created by Snes9x $as_me 1.59.2, which was
18751875
generated by GNU Autoconf 2.69. Invocation command line was
18761876
18771877
$ $0 $@
@@ -6917,7 +6917,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
69176917
# report actual input values of CONFIG_FILES etc. instead of their
69186918
# values after options handling.
69196919
ac_log="
6920-
This file was extended by Snes9x $as_me 1.59.1, which was
6920+
This file was extended by Snes9x $as_me 1.59.2, which was
69216921
generated by GNU Autoconf 2.69. Invocation command line was
69226922
69236923
CONFIG_FILES = $CONFIG_FILES
@@ -6970,7 +6970,7 @@ _ACEOF
69706970
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
69716971
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
69726972
ac_cs_version="\\
6973-
Snes9x config.status 1.59.1
6973+
Snes9x config.status 1.59.2
69746974
configured by $0, generated by GNU Autoconf 2.69,
69756975
with options \\"\$ac_cs_config\\"
69766976

0 commit comments

Comments
 (0)