Bump version number to 2.2.1b1 for in-progress maintenance release

Leave documentation marked as 2.2.0 so we can continue to post minor updates
before 2.2.1 is finalized.
This commit is contained in:
Ray Speth 2015-10-24 20:16:25 -04:00
parent e6dce9d80e
commit 4d643d05dc
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
CANTERA
*******
Version 2.2.0 (stable)
Version 2.2.1b1 (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.0')
('cantera_version', '', '2.2.1b1')
]
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.2
PROJECT_NUMBER = 2.2.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.