Skip to content

Commit ddc8cd2

Browse files
committed
Update version to 16.3.1.
1 parent c325aa8 commit ddc8cd2

19 files changed

+28
-28
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [16.3.1] - unreleased
3+
## [16.3.1] - 2025-08-18
44

55
### Fixed
66
- Corrected a regression in which information sets were prematurely invalidated (and therefore

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dnl along with this program; if not, write to the Free Software
2020
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2121
dnl
2222

23-
AC_INIT([gambit],[16.3.0])
23+
AC_INIT([gambit],[16.3.1])
2424
AC_CONFIG_SRCDIR([src/gambit.h])
2525
AM_INIT_AUTOMAKE([subdir-objects foreign])
2626
dnl AC_CONFIG_MACRO_DIR([m4])
@@ -63,15 +63,15 @@ if test x$with_gui = xtrue; then
6363
dnl------------------------
6464

6565
dnl check for wx-config
66-
AM_PATH_WXCONFIG(3.1.0, WXCONFIG=1)
66+
AM_PATH_WXCONFIG(3.2.0, WXCONFIG=1)
6767
if test "$WXCONFIG" != 1; then
6868
AC_MSG_WARN([
6969
Did not find a new enough version of wxWidgets; disabling build of
7070
graphical interface. If you want to build the graphical interface,
7171
please check that wx-config is in path, the directory
7272
where wxWidgets libraries are installed (returned by
7373
'wx-config --libs' command) is in LD_LIBRARY_PATH or
74-
equivalent variable and wxWidgets is version 3.1.0 or above.
74+
equivalent variable and wxWidgets is version 3.2.0 or above.
7575
])
7676
AM_CONDITIONAL(WITH_GUI, test x0 = x1)
7777
fi

contrib/mac/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>16.3.0</string>
22+
<string>16.3.1</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>16.3.0</string>
24+
<string>16.3.1</string>
2525
<key>CFBundleGetInfoString</key>
26-
<string>Gambit version 16.3.0, (c) 1994-2025 The Gambit Project</string>
26+
<string>Gambit version 16.3.1, (c) 1994-2025 The Gambit Project</string>
2727
<key>CFBundleLongVersionString</key>
28-
<string>16.3.0, (c) 1994-2025 The Gambit Project</string>
28+
<string>16.3.1, (c) 1994-2025 The Gambit Project</string>
2929
<key>NSHumanReadableCopyright</key>
3030
<string>Copyright 1994-2025 The Gambit Project</string>
3131
<key>LSRequiresCarbon</key>

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = "16.3"
5353
# The full version, including alpha/beta/rc tags.
54-
release = "16.3.0"
54+
release = "16.3.1"
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ made.
3333
If you are citing Gambit in a paper, we suggest a citation of the form:
3434

3535
Savani, Rahul and Turocy, Theodore L. (2025)
36-
Gambit: The package for computation in game theory, Version 16.3.0.
36+
Gambit: The package for computation in game theory, Version 16.3.1.
3737
https://www.gambit-project.org.
3838

3939
Replace the version number and year as appropriate if you use a

doc/tools.convert.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Example invocation for HTML output::
4040

4141
$ gambit-convert -O html 2x2.nfg
4242
Convert games among various file formats
43-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
43+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
4444
This is free software, distributed under the GNU GPL
4545

4646
<center><h1>Two person 2 x 2 game with unique mixed equilibrium</h1></center>
@@ -55,7 +55,7 @@ Example invocation for LaTeX output::
5555

5656
$ gambit-convert -O sgame 2x2.nfg
5757
Convert games among various file formats
58-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
58+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
5959
This is free software, distributed under the GNU GPL
6060

6161
\begin{game}{2}{2}[Player 1][Player 2]

doc/tools.enummixed.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ in Figure 2 of Selten (International Journal of Game Theory,
7070

7171
$ gambit-enummixed e02.nfg
7272
Compute Nash equilibria by enumerating extreme points
73-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
73+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
7474
This is free software, distributed under the GNU GPL
7575

7676
NE,1,0,0,1,0
@@ -82,7 +82,7 @@ information using the `-c` switch::
8282

8383
$ gambit-enummixed -c e02.nfg
8484
Compute Nash equilibria by enumerating extreme points
85-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
85+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
8686
This is free software, distributed under the GNU GPL
8787

8888
NE,1,0,0,1,0

doc/tools.enumpoly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Computing equilibria of the strategic game :download:`e01.nfg
9898

9999
$ gambit-enumpoly e01.nfg
100100
Compute Nash equilibria by solving polynomial systems
101-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
101+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
102102
This is free software, distributed under the GNU GPL
103103

104104
NE,1.000000,0.000000,1.000000,0.000000,0.000000,1.000000

doc/tools.enumpure.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Computing the pure-strategy equilibria of extensive game :download:`e02.efg
6666

6767
$ gambit-enumpure e02.efg
6868
Search for Nash equilibria in pure strategies
69-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
69+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
7070
This is free software, distributed under the GNU GPL
7171

7272
NE,1,0,0,0,1,0
@@ -77,7 +77,7 @@ strategies::
7777

7878
$ gambit-enumpure -S e02.efg
7979
Search for Nash equilibria in pure strategies
80-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
80+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
8181
This is free software, distributed under the GNU GPL
8282

8383
NE,1,0,0,1,0
@@ -88,7 +88,7 @@ only one information set; therefore the set of solutions is larger::
8888

8989
$ gambit-enumpure -A e02.efg
9090
Search for Nash equilibria in pure strategies
91-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
91+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
9292
This is free software, distributed under the GNU GPL
9393

9494
NE,1,0,1,0,1,0

doc/tools.gnm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ the reduced strategic form of the example in Figure 2 of Selten
8888
$ gambit-gnm e02.nfg
8989
Compute Nash equilibria using a global Newton method
9090
Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton
91-
Gambit version 16.3.0, Copyright (C) 1994-2025, The Gambit Project
91+
Gambit version 16.3.1, Copyright (C) 1994-2025, The Gambit Project
9292
This is free software, distributed under the GNU GPL
9393

9494
NE,1,0,2.99905e-12,0.5,0.5

0 commit comments

Comments
 (0)