Bump development version to 2.4.0a2

This commit is contained in:
Ray Speth 2017-12-02 20:04:32 -05:00
parent 1eebd3efdb
commit 6cd7bf160f
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
Cantera
*******
Version 2.4.0a1 (development)
Version 2.4.0a2 (development)
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.170284.svg
:target: https://doi.org/10.5281/zenodo.170284

View file

@ -708,7 +708,7 @@ for arg in ARGUMENTS:
sys.exit(1)
# Require a StrictVersion-compatible version
env['cantera_version'] = "2.4.0a1"
env['cantera_version'] = "2.4.0a2"
ctversion = StrictVersion(env['cantera_version'])
# For use where pre-release tags are not permitted (MSI, sonames)
env['cantera_pure_version'] = '.'.join(str(x) for x in ctversion.version)