Bump version to 2.4.0b2

This commit is contained in:
Ray Speth 2018-08-10 22:51:18 -04:00
parent 166249869b
commit e7a48375dc
3 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ and we will address it as soon as possible.
Development Site
================
The current development version is 2.4.0b1. The `latest Cantera source code <https://github.com/Cantera/cantera>`_, the
The current development version is 2.4.0b2. The `latest Cantera source code <https://github.com/Cantera/cantera>`_, the
`issue tracker <https://github.com/Cantera/cantera/issues>`_ for bugs and
enhancement requests, `downloads of Cantera releases and binary installers
<https://github.com/Cantera/cantera/releases>`_ , and the `Cantera wiki

View file

@ -717,7 +717,7 @@ for arg in ARGUMENTS:
sys.exit(1)
# Require a StrictVersion-compatible version
env['cantera_version'] = "2.4.0b1"
env['cantera_version'] = "2.4.0b2"
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.4.0b1
PROJECT_NUMBER = 2.4.0b2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.