Bump version to 2.3.0a3
This commit is contained in:
parent
036eeb1678
commit
cc2725ca37
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
CANTERA
|
||||
*******
|
||||
|
||||
Version 2.3.0a2 (development)
|
||||
Version 2.3.0a3 (development)
|
||||
|
||||
License Information
|
||||
===================
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue