Bump version to 2.2.0

This commit is contained in:
Ray Speth 2015-06-04 13:11:21 -04:00
parent 6190cf21e5
commit 416490ad7a
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
CANTERA
*******
Version 2.2.0b1 (development)
Version 2.2.0 (stable)
License Information
===================

View file

@ -590,7 +590,7 @@ config_options = [
with a prefix like '/opt/cantera'. 'debian' installs to the stage
directory in a layout used for generating Debian packages.""",
defaults.fsLayout, ('standard','compact','debian')),
('cantera_version', '', '2.2.0b1')
('cantera_version', '', '2.2.0')
]
opts.AddVariables(*config_options)

View file

@ -34,7 +34,7 @@ PROJECT_NAME = Cantera
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 2.2a
PROJECT_NUMBER = 2.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View file

@ -86,7 +86,7 @@ copyright = u'2012, Cantera Developers'
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.0b1'
release = '2.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.