Skip to content

Commit c0dae90

Browse files
committed
Update version to 16.2.2.
1 parent 3886dd1 commit c0dae90

19 files changed

Lines changed: 28 additions & 28 deletions

ChangeLog

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

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

55
### Fixed
66
- `Game.copy_tree` and `Game.move_tree` implementations reversed the roles of the

configure.ac

Lines changed: 1 addition & 1 deletion
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.2.1])
23+
AC_INIT([gambit],[16.2.2])
2424
AC_CONFIG_SRCDIR([src/gambit.h])
2525
AM_INIT_AUTOMAKE([subdir-objects foreign])
2626
dnl AC_CONFIG_MACRO_DIR([m4])

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.2.0</string>
22+
<string>16.2.2</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>16.2.0</string>
24+
<string>16.2.2</string>
2525
<key>CFBundleGetInfoString</key>
26-
<string>Gambit version 16.2.1, (c) 1994-2025 The Gambit Project</string>
26+
<string>Gambit version 16.2.2, (c) 1994-2025 The Gambit Project</string>
2727
<key>CFBundleLongVersionString</key>
28-
<string>16.2.1, (c) 1994-2025 The Gambit Project</string>
28+
<string>16.2.2, (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.2"
5353
# The full version, including alpha/beta/rc tags.
54-
release = "16.2.1"
54+
release = "16.2.2"
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.2.1.
36+
Gambit: The package for computation in game theory, Version 16.2.2.
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.2.0, Copyright (C) 1994-2024, The Gambit Project
43+
Gambit version 16.2.2, 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.2.0, Copyright (C) 1994-2024, The Gambit Project
58+
Gambit version 16.2.2, 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.2.0, Copyright (C) 1994-2024, The Gambit Project
73+
Gambit version 16.2.2, Copyright (C) 1994-2025, The Gambit Project
7474
Enumeration code based on lrslib 4.2b,
7575
Copyright (C) 1995-2005 by David Avis (avis@cs.mcgill.ca)
7676
This is free software, distributed under the GNU GPL
@@ -84,7 +84,7 @@ information using the `-c` switch::
8484

8585
$ gambit-enummixed -c e02.nfg
8686
Compute Nash equilibria by enumerating extreme points
87-
Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project
87+
Gambit version 16.2.2, Copyright (C) 1994-2025, The Gambit Project
8888
Enumeration code based on lrslib 4.2b,
8989
Copyright (C) 1995-2005 by David Avis (avis@cs.mcgill.ca)
9090
This is free software, distributed under the GNU GPL

doc/tools.enumpoly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Computing equilibria of the extensive game :download:`e01.efg
7575

7676
$ gambit-enumpoly e01.efg
7777
Compute Nash equilibria by solving polynomial systems
78-
Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project
78+
Gambit version 16.2.2, Copyright (C) 1994-2025, The Gambit Project
7979
Heuristic search implementation Copyright (C) 2006, Litao Wei
8080
This is free software, distributed under the GNU GPL
8181

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.2.0, Copyright (C) 1994-2024, The Gambit Project
69+
Gambit version 16.2.2, 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.2.0, Copyright (C) 1994-2024, The Gambit Project
80+
Gambit version 16.2.2, 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.2.0, Copyright (C) 1994-2024, The Gambit Project
91+
Gambit version 16.2.2, 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.2.0, Copyright (C) 1994-2024, The Gambit Project
91+
Gambit version 16.2.2, 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)