Incremented version number (2.0.0b3)
This commit is contained in:
parent
3ffaaeae4f
commit
f3c3f47bc5
2 changed files with 2 additions and 2 deletions
|
|
@ -518,7 +518,7 @@ opts.AddVariables(
|
|||
name recognized by the 'dot' program. On linux systems, this
|
||||
should be lowercase 'helvetica'.""",
|
||||
'Helvetica'),
|
||||
('cantera_version', '', '2.0.0b1')
|
||||
('cantera_version', '', '2.0.0b3')
|
||||
)
|
||||
|
||||
opts.Update(env)
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ copyright = u'2012, Cantera Developers'
|
|||
# The short X.Y version.
|
||||
version = '2.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '2.0.0b1'
|
||||
release = '2.0.0b3'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue