Fix bdist complains about invalid version number
This commit is contained in:
parent
68e84bdff7
commit
73fa1a17a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue