Bump version to 2.0.0 (final)

This commit is contained in:
Ray Speth 2012-07-10 16:23:12 +00:00
parent 18efeb1350
commit 58c202395c
3 changed files with 3 additions and 3 deletions

2
README
View file

@ -3,7 +3,7 @@
CANTERA
*******
Version 2.0.0 (development)
Version 2.0.0
License Information
===================

View file

@ -520,7 +520,7 @@ opts.AddVariables(
name recognized by the 'dot' program. On linux systems, this
should be lowercase 'helvetica'.""",
'Helvetica'),
('cantera_version', '', '2.0.0b4')
('cantera_version', '', '2.0.0')
)
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.0b3'
release = '2.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.