Bump development version to 2.4.0a1

This commit is contained in:
Ray Speth
2017-01-20 16:15:55 -05:00
parent 0281d14e39
commit 26651cc72c
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -661,7 +661,7 @@ for arg in ARGUMENTS:
sys.exit(1)
# Require a StrictVersion-compatible version
env['cantera_version'] = "2.3.0"
env['cantera_version'] = "2.4.0a1"
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)

View File

@@ -34,7 +34,7 @@ PROJECT_NAME = Cantera
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 2.3.0
PROJECT_NUMBER = 2.4.0a1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.