Skip to content

Commit

Permalink
Update version number for release 13.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed Jun 6, 2014
1 parent 9c4512b commit dad9eb6
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
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], [13.1.1])
AC_INIT([gambit], [13.1.2])
AC_CONFIG_SRCDIR([src/libgambit/libgambit.h])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
8 changes: 4 additions & 4 deletions contrib/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 19,13 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>13.1.1</string>
<string>13.1.2</string>
<key>CFBundleShortVersionString</key>
<string>13.1.1</string>
<string>13.1.2</string>
<key>CFBundleGetInfoString</key>
<string>Gambit version 13.1.1, (c) 1994-2013 The Gambit Project</string>
<string>Gambit version 13.1.2, (c) 1994-2013 The Gambit Project</string>
<key>CFBundleLongVersionString</key>
<string>13.1.1, (c) 1995-2013 The Gambit Project</string>
<string>13.1.2, (c) 1995-2013 The Gambit Project</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1995-2013 The Gambit Project</string>
<key>LSRequiresCarbon</key>
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 47,7 @@
# The short X.Y version.
version = '13.1'
# The full version, including alpha/beta/rc tags.
release = '13.1.1'
release = '13.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 6 additions & 6 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 50,8 @@ <h3>Gambit 13</h3>
<p style="text-align: center;">
<a href="gambit13/index.html">Gambit 13 documentation</a> &middot;
<a
href="http://sourceforge.net/projects/gambit/files/gambit13/13.1.1">Download
latest (13.1.1)</a>
href="http://sourceforge.net/projects/gambit/files/gambit13/13.1.2">Download
latest (13.1.2)</a>
</p>
</p>
<h3>Gambit 14</h3>
Expand All @@ -63,8 63,8 @@ <h3>Gambit 14</h3>
<p style="text-align: center;">
<a href="gambit14/index.html">Gambit 14 documentation</a> &middot;
<a
href="http://sourceforge.net/projects/gambit/files/gambit14/14.0.1">Download
latest (14.0.1)</a>
href="http://sourceforge.net/projects/gambit/files/gambit14/14.0.2">Download
latest (14.0.2)</a>
</p>


Expand All @@ -76,8 76,8 @@ <h2>Using and citing Gambit</h2>
<blockquote>
<div>McKelvey, Richard D., McLennan, Andrew M., and
<a class="reference external" href="http://www.gambit-project.org/turocy">Turocy, Theodore L.</a>
(2013).
Gambit: Software Tools for Game Theory, Version 13.1.1.
(2014).
Gambit: Software Tools for Game Theory, Version 13.1.2.
<a class="reference external" href="http://www.gambit-project.org">http://www.gambit-project.org</a>.</div></blockquote>
<p>Replace the version number and year as appropriate if you use a
different release.</p>
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 34,8 @@ If you are citing Gambit in a paper, we suggest a citation of the form:

McKelvey, Richard D., McLennan, Andrew M., and
`Turocy, Theodore L. <http://www.gambit-project.org/turocy>`__
(2013).
Gambit: Software Tools for Game Theory, Version 13.1.1.
(2014).
Gambit: Software Tools for Game Theory, Version 13.1.2.
http://www.gambit-project.org.

Replace the version number and year as appropriate if you use a
Expand Down
4 changes: 2 additions & 2 deletions doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 180,11 @@ stable/teaching each August; the major version number is equal to the
last two digits of the year in which the version becomes stable.

This document covers Gambit 13, which is the current stable/teaching
version as of August 2013. The most recent release is 13.1.1,
version as of August 2013. The most recent release is 13.1.2,
available on 22 November 2013.
You can download it from
`Sourceforge
<http://sourceforge.net/projects/gambit/files/gambit13/13.1.1>`_.
<http://sourceforge.net/projects/gambit/files/gambit13/13.1.2>`_.
Full source code is available, as are precompiled binaries for
Microsoft Windows and Mac OS X 10.8.

Expand Down
22 changes: 11 additions & 11 deletions doc/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 59,7 @@ Example invocation::

$ gambit-enumpure < e02.efg
Search for Nash equilibria in pure strategies
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,1,0,1,0
Expand Down Expand Up @@ -142,7 142,7 @@ Example invocation::

$ gambit-enumpoly < e01.efg
Compute Nash equilibria by solving polynomial systems
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
Heuristic search implementation Copyright (C) 2006, Litao Wei
This is free software, distributed under the GNU GPL

Expand Down Expand Up @@ -221,7 221,7 @@ Example invocation::

$ gambit-enummixed < e02.nfg
Compute Nash equilibria by enumerating extreme points
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
Enumeration code based on lrslib 4.2b,
Copyright (C) 1995-2005 by David Avis ([email protected])
This is free software, distributed under the GNU GPL
Expand All @@ -235,7 235,7 @@ information using the `-c` switch::
$ gambit-enummixed -c < ../contrib/games/e02.nfg
Compute Nash equilibria by enumerating extreme points
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
Enumeration code based on lrslib 4.2b,
Copyright (C) 1995-2005 by David Avis ([email protected])
This is free software, distributed under the GNU GPL
Expand Down Expand Up @@ -293,7 293,7 @@ Example invocation::
$ gambit-gnm < e02.nfg
Compute Nash equilibria using a global Newton method
Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,2.99905e-12,0.5,0.5
Expand Down Expand Up @@ -341,7 341,7 @@ Example invocation::
$ gambit-ipa < e02.nfg
Compute Nash equilibria using iterated polymatrix approximation
Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1.000000,0.000000,0.000000,1.000000,0.000000
Expand Down Expand Up @@ -420,7 420,7 @@ Example invocation::

$ gambit-lcp < e02.efg
Compute Nash equilibria by solving a linear complementarity program
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,1/2,1/2,1/2,1/2
Expand Down Expand Up @@ -473,7 473,7 @@ Example invocation::

$ gambit-lp < 2x2const.nfg
Compute Nash equilibria by solving a linear program
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1/3,2/3,1/3,2/3
Expand Down Expand Up @@ -538,7 538,7 @@ Example invocation::

$ gambit-liap < ../contrib/games/e02.nfg
Compute Nash equilibria by minimizing the Lyapunov function
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

NE, 0.998701, 0.000229, 0.001070, 0.618833, 0.381167
Expand Down Expand Up @@ -626,7 626,7 @@ Example invocation::

$ gambit-simpdiv < e02.nfg
Compute Nash equilibria using simplicial subdivision
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

NE,1,0,0,1,0
Expand Down Expand Up @@ -723,7 723,7 @@ Example invocation::

$ gambit-logit < e02.nfg
Compute a branch of the logit equilibrium correspondence
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project
This is free software, distributed under the GNU GPL

0.000000,0.333333,0.333333,0.333333,0.5,0.5
Expand Down
2 changes: 1 addition & 1 deletion gambit.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 65,4 @@
<ComponentRef Id="ApplicationShortcut"/>
</Feature>
</Product>
</Wix>
</Wix>
2 changes: 1 addition & 1 deletion src/python/gambit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@
import gambit.lib.libgambit
import gte

__version__ = '13.1.1'
__version__ = '13.1.2'

new_tree = gambit.lib.libgambit.new_tree
new_table = gambit.lib.libgambit.new_table
Expand Down
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 40,7 @@
include_dirs=[ ".." ] )

setup(name="gambit",
version="13.1.1",
version="13.1.2",
description="Software tools for game theory",
author="Theodore Turocy",
author_email="[email protected]",
Expand Down

0 comments on commit dad9eb6

Please sign in to comment.