Bump version for 2.0.1 maintenance release
This commit is contained in:
parent
ba7725fb5b
commit
5c086f77fe
6 changed files with 6 additions and 6 deletions
2
README
2
README
|
|
@ -3,7 +3,7 @@
|
||||||
CANTERA
|
CANTERA
|
||||||
*******
|
*******
|
||||||
|
|
||||||
Version 2.0.0
|
Version 2.0.1
|
||||||
|
|
||||||
License Information
|
License Information
|
||||||
===================
|
===================
|
||||||
|
|
|
||||||
|
|
@ -526,7 +526,7 @@ opts.AddVariables(
|
||||||
name recognized by the 'dot' program. On linux systems, this
|
name recognized by the 'dot' program. On linux systems, this
|
||||||
should be lowercase 'helvetica'.""",
|
should be lowercase 'helvetica'.""",
|
||||||
'Helvetica'),
|
'Helvetica'),
|
||||||
('cantera_version', '', '2.0.0')
|
('cantera_version', '', '2.0.1')
|
||||||
)
|
)
|
||||||
|
|
||||||
opts.Update(env)
|
opts.Update(env)
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Name: cantera
|
||||||
Description: An object-oriented software toolkit for chemical kinetics, thermodynamics, and transport processes.
|
Description: An object-oriented software toolkit for chemical kinetics, thermodynamics, and transport processes.
|
||||||
URL: http://code.google.com/p/cantera/
|
URL: http://code.google.com/p/cantera/
|
||||||
Requires:
|
Requires:
|
||||||
Version: 2.0.0
|
Version: 2.0.1
|
||||||
|
|
||||||
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode -lctlapack -lctblas -lctf2c -lm -lstdc++
|
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode -lctlapack -lctblas -lctf2c -lm -lstdc++
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT([cantera], [2.0.0], [nick@ices.utexas.edu])
|
AC_INIT([cantera], [2.0.1], [nick@ices.utexas.edu])
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
#AX_ENABLE_BUILDDIR
|
#AX_ENABLE_BUILDDIR
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ copyright = u'2012, Cantera Developers'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.0'
|
version = '2.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '2.0.0'
|
release = '2.0.1'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ class WxsGenerator(object):
|
||||||
UpgradeCode='2340BEE1-279D-11E1-A4AA-001FBC085391',
|
UpgradeCode='2340BEE1-279D-11E1-A4AA-001FBC085391',
|
||||||
Language='1033',
|
Language='1033',
|
||||||
Codepage='1252',
|
Codepage='1252',
|
||||||
Version='2.0.0',
|
Version='2.0.1',
|
||||||
Manufacturer='Cantera Developers'))
|
Manufacturer='Cantera Developers'))
|
||||||
|
|
||||||
fields = {'Platform': 'x64'} if self.x64 else {}
|
fields = {'Platform': 'x64'} if self.x64 else {}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue