Bump development version to 2.3.0a1
This commit is contained in:
parent
02ee03ffb2
commit
f910f8c3ee
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
CANTERA
|
||||
*******
|
||||
|
||||
Version 2.2.0 (stable)
|
||||
Version 2.3.0a1 (development)
|
||||
|
||||
License Information
|
||||
===================
|
||||
|
|
|
|||
|
|
@ -582,7 +582,7 @@ config_options = [
|
|||
with a prefix like '/opt/cantera'. 'debian' installs to the stage
|
||||
directory in a layout used for generating Debian packages.""",
|
||||
defaults.fsLayout, ('standard','compact','debian')),
|
||||
('cantera_version', '', '2.2.0')
|
||||
('cantera_version', '', '2.3.0a1')
|
||||
]
|
||||
|
||||
opts.AddVariables(*config_options)
|
||||
|
|
|
|||
|
|
@ -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.2
|
||||
PROJECT_NUMBER = 2.3.0a1
|
||||
|
||||
# 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