Bump version to 2.2.0b1

This commit is contained in:
Ray Speth 2015-05-11 16:38:06 -04:00
parent 8ce62988a1
commit 772427014a
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
CANTERA
*******
Version 2.2a (development)
Version 2.2.0b1 (development)
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.2a1')
('cantera_version', '', '2.2.0b1')
]
opts.AddVariables(*config_options)

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.2a'
release = '2.2.0b1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.