Incremented version number (2.0.0b3)

This commit is contained in:
Ray Speth 2012-06-05 19:56:26 +00:00
parent 3ffaaeae4f
commit f3c3f47bc5
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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.