From 5bb6edb133272bb7044b3415468fd049eb2bcd8b Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 10 Jul 2012 16:25:39 +0000 Subject: [PATCH] Bump version number of development version (trunk) --- README | 2 +- SConstruct | 2 +- configure.ac | 2 +- doc/sphinx/conf.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index b4cccd0e1..871ad314d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ CANTERA ******* -Version 2.0.0 (development) +Version 2.1a1 (development) License Information =================== diff --git a/SConstruct b/SConstruct index 337c93d0d..0f013ab3e 100644 --- a/SConstruct +++ b/SConstruct @@ -520,7 +520,7 @@ opts.AddVariables( name recognized by the 'dot' program. On linux systems, this should be lowercase 'helvetica'.""", 'Helvetica'), - ('cantera_version', '', '2.0.0b4') + ('cantera_version', '', '2.1a1') ) opts.Update(env) diff --git a/configure.ac b/configure.ac index 9157b39eb..e0f0a2ab4 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.0], [nick@ices.utexas.edu]) +AC_INIT([cantera], [2.1a1], [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 7a103db19..7e0cc07a9 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -68,9 +68,9 @@ copyright = u'2012, Cantera Developers' # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0.0b3' +release = '2.1a1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.