From 3fd3691a6d7555db32e6a4e6dba1d443764ed655 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 12 Mar 2013 21:45:29 +0000 Subject: [PATCH] Bump version for 2.0.2 maintenance release --- README | 2 +- SConstruct | 2 +- cantera.pc.in | 2 +- configure.ac | 2 +- doc/sphinx/conf.py | 2 +- site_scons/wxsgen.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 62e706722d..af51771cbd 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ CANTERA ******* -Version 2.0.1 +Version 2.0.2 License Information =================== diff --git a/SConstruct b/SConstruct index b211dea82d..98b26ff78a 100644 --- a/SConstruct +++ b/SConstruct @@ -526,7 +526,7 @@ opts.AddVariables( name recognized by the 'dot' program. On linux systems, this should be lowercase 'helvetica'.""", 'Helvetica'), - ('cantera_version', '', '2.0.1') + ('cantera_version', '', '2.0.2') ) opts.Update(env) diff --git a/cantera.pc.in b/cantera.pc.in index 07d5e5f884..777ba5f997 100644 --- a/cantera.pc.in +++ b/cantera.pc.in @@ -12,7 +12,7 @@ Name: cantera Description: An object-oriented software toolkit for chemical kinetics, thermodynamics, and transport processes. URL: http://code.google.com/p/cantera/ Requires: -Version: 2.0.1 +Version: 2.0.2 LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode -lctlapack -lctblas -lctf2c -lm -lstdc++ diff --git a/configure.ac b/configure.ac index 5a61bc0d24..6130a8f3b2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([cantera], [2.0.1], [nick@ices.utexas.edu]) +AC_INIT([cantera], [2.0.2], [nick@ices.utexas.edu]) AC_CONFIG_HEADER(config.h) AC_CONFIG_AUX_DIR([build-aux]) #AX_ENABLE_BUILDDIR diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 9e31415d4d..a80579836c 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -70,7 +70,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.1' +release = '2.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/site_scons/wxsgen.py b/site_scons/wxsgen.py index 7aa20de627..e626542945 100644 --- a/site_scons/wxsgen.py +++ b/site_scons/wxsgen.py @@ -71,7 +71,7 @@ def make_wxs(self, outFile): UpgradeCode='2340BEE1-279D-11E1-A4AA-001FBC085391', Language='1033', Codepage='1252', - Version='2.0.1', + Version='2.0.2', Manufacturer='Cantera Developers')) fields = {'Platform': 'x64'} if self.x64 else {}