From f1d8d9b1b9172e6fa6b2bef822b20764e98bb46f Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 20 Aug 2018 18:47:54 -0400 Subject: [PATCH] Bump version for 2.4.0 release --- 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 7ed6ab085..eab431237 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ and we will address it as soon as possible. Development Site ================ -The current development version is 2.4.0b2. The `latest Cantera source code `_, the +The current stable version is 2.4.0. The `latest Cantera source code `_, the `issue tracker `_ for bugs and enhancement requests, `downloads of Cantera releases and binary installers `_ , and the `Cantera wiki diff --git a/SConstruct b/SConstruct index dc7ebd475..64012ff47 100644 --- a/SConstruct +++ b/SConstruct @@ -717,7 +717,7 @@ for arg in ARGUMENTS: sys.exit(1) # Require a StrictVersion-compatible version -env['cantera_version'] = "2.4.0b2" +env['cantera_version'] = "2.4.0" ctversion = StrictVersion(env['cantera_version']) # For use where pre-release tags are not permitted (MSI, sonames) env['cantera_pure_version'] = '.'.join(str(x) for x in ctversion.version) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 1eb775c83..fac3fd552 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.4.0b2 +PROJECT_NUMBER = 2.4.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.