Bump version to 2.3.0a3

This commit is contained in:
Ray Speth 2016-07-27 19:00:02 -04:00
parent 036eeb1678
commit cc2725ca37
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
CANTERA
*******
Version 2.3.0a2 (development)
Version 2.3.0a3 (development)
License Information
===================

View file

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