From c03b67751d10a712aa81b881f3ac4cc85284a506 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 24 Feb 2014 03:27:45 +0000 Subject: [PATCH] Bump version to 2.1.1 --- README | 2 +- SConstruct | 2 +- doc/sphinx/conf.py | 2 +- site_scons/wxsgen.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 70ec3fcdc..26331ea41 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ CANTERA ******* -Version 2.1.0 (stable) +Version 2.1.1 (stable) License Information =================== diff --git a/SConstruct b/SConstruct index 0805ffa3f..13b8600ff 100644 --- a/SConstruct +++ b/SConstruct @@ -622,7 +622,7 @@ config_options = [ name recognized by the 'dot' program. On linux systems, this should be lowercase 'helvetica'.""", 'Helvetica'), - ('cantera_version', '', '2.1.0') + ('cantera_version', '', '2.1.1') ] opts.AddVariables(*config_options) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 29f6bb5ae..f32eeea38 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -75,7 +75,7 @@ copyright = u'2012, Cantera Developers' # The short X.Y version. version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.1.0' +release = '2.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/site_scons/wxsgen.py b/site_scons/wxsgen.py index 8c7909901..0e965fec6 100644 --- a/site_scons/wxsgen.py +++ b/site_scons/wxsgen.py @@ -76,7 +76,7 @@ class WxsGenerator(object): UpgradeCode='2340BEE1-279D-11E1-A4AA-001FBC085391', Language='1033', Codepage='1252', - Version='2.1.0', + Version='2.1.1', Manufacturer='Cantera Developers')) fields = {'Platform': 'x64'} if self.x64 else {}