From 4d88fa8e3462b95a02489d7527b64a5c08b33294 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 2 Aug 2013 23:31:36 +0000 Subject: [PATCH] Bump version to 2.1.0b2 --- README | 2 +- SConstruct | 2 +- configure.ac | 2 +- doc/sphinx/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index dabfb8c03..1baf6a25d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ CANTERA ******* -Version 2.1.0b1 (development) +Version 2.1.0b2 (development) License Information =================== diff --git a/SConstruct b/SConstruct index 0630e68e6..21874ae15 100644 --- a/SConstruct +++ b/SConstruct @@ -601,7 +601,7 @@ config_options = [ name recognized by the 'dot' program. On linux systems, this should be lowercase 'helvetica'.""", 'Helvetica'), - ('cantera_version', '', '2.1.0b1') + ('cantera_version', '', '2.1.0b2') ] opts.AddVariables(*config_options) diff --git a/configure.ac b/configure.ac index ff58f4ca0..246a19a2d 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.1.0b1], [nick@ices.utexas.edu]) +AC_INIT([cantera], [2.1.0b2], [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 029d012ac..0f7e9f2af 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -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.1.0b1' +release = '2.1.0b2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.