Bump version to 2.1.0b1
This commit is contained in:
parent
5fcf64c100
commit
e65cd38214
4 changed files with 4 additions and 4 deletions
2
README
2
README
|
|
@ -3,7 +3,7 @@
|
|||
CANTERA
|
||||
*******
|
||||
|
||||
Version 2.1a1 (development)
|
||||
Version 2.1.0b1 (development)
|
||||
|
||||
License Information
|
||||
===================
|
||||
|
|
|
|||
|
|
@ -601,7 +601,7 @@ config_options = [
|
|||
name recognized by the 'dot' program. On linux systems, this
|
||||
should be lowercase 'helvetica'.""",
|
||||
'Helvetica'),
|
||||
('cantera_version', '', '2.1a1')
|
||||
('cantera_version', '', '2.1.0b1')
|
||||
]
|
||||
|
||||
opts.AddVariables(*config_options)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([cantera], [2.1a1], [nick@ices.utexas.edu])
|
||||
AC_INIT([cantera], [2.1.0b1], [nick@ices.utexas.edu])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
#AX_ENABLE_BUILDDIR
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ copyright = u'2012, Cantera Developers'
|
|||
# The short X.Y version.
|
||||
version = '2.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '2.1a1'
|
||||
release = '2.1.0b1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue