From 4d643d05dcba7138cda01cb3a0bba8350b589a72 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sat, 24 Oct 2015 20:16:25 -0400 Subject: [PATCH] Bump version number to 2.2.1b1 for in-progress maintenance release Leave documentation marked as 2.2.0 so we can continue to post minor updates before 2.2.1 is finalized. --- README.rst | 2 +- SConstruct | 2 +- doc/doxygen/Doxyfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ae8255a8c..2884927df 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ CANTERA ******* -Version 2.2.0 (stable) +Version 2.2.1b1 (stable) License Information =================== diff --git a/SConstruct b/SConstruct index 0442e68ed..7b660e9e0 100644 --- a/SConstruct +++ b/SConstruct @@ -590,7 +590,7 @@ config_options = [ with a prefix like '/opt/cantera'. 'debian' installs to the stage directory in a layout used for generating Debian packages.""", defaults.fsLayout, ('standard','compact','debian')), - ('cantera_version', '', '2.2.0') + ('cantera_version', '', '2.2.1b1') ] opts.AddVariables(*config_options) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 83af7c02f..29a9eef14 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -34,7 +34,7 @@ PROJECT_NAME = Cantera # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.2 +PROJECT_NUMBER = 2.2.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.