Fix bdist complains about invalid version number

This commit is contained in:
Bryan W. Weber 2014-08-28 22:06:05 +00:00
parent 68e84bdff7
commit 73fa1a17a0

View file

@ -596,7 +596,7 @@ config_options = [
NOTE: Matlab comes with a stripped-down version of 'dot'. If 'dot'
is on your path, make sure it is not the Matlab version!""",
'', PathVariable.PathAccept),
('cantera_version', '', '2.2a')
('cantera_version', '', '2.2a1')
]
opts.AddVariables(*config_options)