Bump version to 2.1.1

This commit is contained in:
Ray Speth 2014-02-24 03:27:45 +00:00
parent 98746058f5
commit c03b67751d
4 changed files with 4 additions and 4 deletions

2
README
View file

@ -3,7 +3,7 @@
CANTERA
*******
Version 2.1.0 (stable)
Version 2.1.1 (stable)
License Information
===================

View file

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

View file

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

View file

@ -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 {}