Skip to content

Commit

Permalink
Bump development version to 2.4.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 6, 2017
1 parent 1eebd3e commit 6cd7bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6cd7bf1

Please sign in to comment.