Bump version to 2.2.0b1
This commit is contained in:
parent
8ce62988a1
commit
772427014a
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
CANTERA
|
||||
*******
|
||||
|
||||
Version 2.2a (development)
|
||||
Version 2.2.0b1 (development)
|
||||
|
||||
License Information
|
||||
===================
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue