Skip to content

Commit

Permalink
Update version number to 16.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed Apr 5, 2024
1 parent c29d9a1 commit 63b5bc7
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 18 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -20,7 +20,7 @@ dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl

AC_INIT([gambit],[16.1.1])
AC_INIT([gambit],[16.2.0])
AC_CONFIG_SRCDIR([src/gambit.h])
AM_INIT_AUTOMAKE([subdir-objects foreign])
dnl AC_CONFIG_MACRO_DIR([m4])
Expand Down
8 changes: 4 additions & 4 deletions contrib/mac/Info.plist
Expand Up @@ -19,13 +19,13 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>16.1.1</string>
<string>16.2.0</string>
<key>CFBundleShortVersionString</key>
<string>16.1.1</string>
<string>16.2.0</string>
<key>CFBundleGetInfoString</key>
<string>Gambit version 16.1.1, (c) 1994-2024 The Gambit Project</string>
<string>Gambit version 16.2.0, (c) 1994-2024 The Gambit Project</string>
<key>CFBundleLongVersionString</key>
<string>16.1.1, (c) 1994-2024 The Gambit Project</string>
<string>16.2.0, (c) 1994-2024 The Gambit Project</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1994-2024 The Gambit Project</string>
<key>LSRequiresCarbon</key>
Expand Down
19 changes: 19 additions & 0 deletions doc/2x2x2.nfg
@@ -0,0 +1,19 @@
NFG 1 R "2x2x2 Example from McKelvey-McLennan, with 9 Nash equilibria, 2 totally mixed" { "Player 1" "Player 2" "Player 3" }

{ { "1" "2" }
{ "1" "2" }
{ "1" "2" }
}
""

{
{ "" 9, 8, 12 }
{ "" 0, 0, 0 }
{ "" 0, 0, 0 }
{ "" 9, 8, 2 }
{ "" 0, 0, 0 }
{ "" 3, 4, 6 }
{ "" 3, 4, 6 }
{ "" 0, 0, 0 }
}
1 2 3 4 5 6 7 8
6 changes: 3 additions & 3 deletions doc/conf.py
Expand Up @@ -42,16 +42,16 @@

# General information about the project.
project = "Gambit"
copyright = '1994-2023, The Gambit Project' # noqa
copyright = "1994-2024, The Gambit Project" # noqa

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = "16.1"
version = "16.2"
# The full version, including alpha/beta/rc tags.
release = "16.1.1"
release = "16.2.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Expand Up @@ -33,7 +33,7 @@ made.
If you are citing Gambit in a paper, we suggest a citation of the form:

Savani, Rahul and Turocy, Theodore L. (2024)
Gambit: The package for computation in game theory, Version 16.1.1.
Gambit: The package for computation in game theory, Version 16.2.0.
http://www.gambit-project.org.

Replace the version number and year as appropriate if you use a
Expand Down
2 changes: 1 addition & 1 deletion gambit.wxs
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="8EE11AE3-2B91-4870-895B-44C46D648BD6" Name="Gambit 16" Language="1033" Version="16.1.1" Manufacturer="The Gambit Project" UpgradeCode="135FFB28-DA7C-427C-A3DA-783B805BCC22">
<Product Id="8EE11AE3-2B91-4870-895B-44C46D648BD6" Name="Gambit 16" Language="1033" Version="16.2.0" Manufacturer="The Gambit Project" UpgradeCode="135FFB28-DA7C-427C-A3DA-783B805BCC22">
<Package Description="Gambit" Comments="Software Tools for Game Theory" InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="gambit.cab" EmbedCab="yes" />

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -69,7 +69,7 @@ def readme():

setuptools.setup(
name="pygambit",
version="16.1.1",
version="16.2.0",
description="The package for computation in game theory",
long_description=readme(),
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion src/games/agg/trie_map.cc
@@ -1,6 +1,6 @@
//
// This file is part of Gambit
// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org)
// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org)
// Albert Xin Jiang <albertjiang@gmail.com>
//
// FILE: src/libagg/trie_map.cc
Expand Down
2 changes: 1 addition & 1 deletion src/games/behavpure.cc
@@ -1,6 +1,6 @@
//
// This file is part of Gambit
// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org
// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org
//
// FILE: src/games/behavpure.cc
// Implementation of pure behavior profile
Expand Down
2 changes: 1 addition & 1 deletion src/games/behavpure.h
@@ -1,6 +1,6 @@
//
// This file is part of Gambit
// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org)
// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/games/behavpure.h
// Declaration of pure behavior profile
Expand Down
2 changes: 1 addition & 1 deletion src/games/gameexpl.cc
@@ -1,6 +1,6 @@
//
// This file is part of Gambit
// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org)
// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/games/gameexpl.cc
// Implementation of support for explicit internal representations of games
Expand Down
2 changes: 1 addition & 1 deletion src/games/gameobject.h
@@ -1,6 +1,6 @@
//
// This file is part of Gambit
// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org)
// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/libgambit/game.h
// Declaration of base class for representing games
Expand Down
2 changes: 1 addition & 1 deletion src/games/stratpure.h
@@ -1,6 +1,6 @@
//
// This file is part of Gambit
// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org)
// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org)
//
// FILE: src/games/stratpure.h
// Declaration of pure strategy profile
Expand Down
2 changes: 1 addition & 1 deletion src/pygambit/__init__.py
Expand Up @@ -29,4 +29,4 @@
supports, # noqa: F401
)

__version__ = "16.1.1"
__version__ = "16.2.0"

0 comments on commit 63b5bc7

Please sign in to comment.