From 58c202395c2bca9e4e4b6e566cebd223fbeddc87 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 10 Jul 2012 16:23:12 +0000 Subject: [PATCH] Bump version to 2.0.0 (final) --- README | 2 +- SConstruct | 2 +- doc/sphinx/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index b4cccd0e1..963f06fbe 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ CANTERA ******* -Version 2.0.0 (development) +Version 2.0.0 License Information =================== diff --git a/SConstruct b/SConstruct index 337c93d0d..0cc0d00c0 100644 --- a/SConstruct +++ b/SConstruct @@ -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) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 7a103db19..27869d11e 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -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.