From f3c3f47bc5c0337a4e717526eb64126dbbe83d8c Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 5 Jun 2012 19:56:26 +0000 Subject: [PATCH] Incremented version number (2.0.0b3) --- SConstruct | 2 +- doc/sphinx/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 639bbb89d..9d36c63e2 100644 --- a/SConstruct +++ b/SConstruct @@ -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) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index a92166238..7a103db19 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.0b1' +release = '2.0.0b3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.