diff --git a/License.txt b/License.txt index af6f6ed8e..16cd09a32 100644 --- a/License.txt +++ b/License.txt @@ -6,7 +6,7 @@ Copyright (c) 2009 Sandia Corporation. Under the terms of Contract AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. -Copyright (c) 2011-2016, Cantera Developers. +Copyright (c) 2011-2017, Cantera Developers. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index ad1a3f194..80767cc5c 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Cantera ******* -Version 2.3.0b1 (development) +Version 2.3.0 (stable) .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.170284.svg :target: https://doi.org/10.5281/zenodo.170284 diff --git a/SConstruct b/SConstruct index 6efbd5e05..9c48ee822 100644 --- a/SConstruct +++ b/SConstruct @@ -661,7 +661,7 @@ for arg in ARGUMENTS: sys.exit(1) # Require a StrictVersion-compatible version -env['cantera_version'] = "2.3.0b1" +env['cantera_version'] = "2.3.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 45ed092a6..733460f38 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.3.0b1 +PROJECT_NUMBER = 2.3.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 41499ffc9..81fb1f3d0 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -77,7 +77,7 @@ master_doc = 'index' # General information about the project. project = 'Cantera' -copyright = '2016, Cantera Developers' +copyright = '2001-2017, Cantera Developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/sphinx/faq.rst b/doc/sphinx/faq.rst index f6ebef67f..31c258e23 100644 --- a/doc/sphinx/faq.rst +++ b/doc/sphinx/faq.rst @@ -97,7 +97,7 @@ General David G. Goodwin, Harry K. Moffat, and Raymond L. Speth. *Cantera: An object- oriented software toolkit for chemical kinetics, thermodynamics, and - transport processes*. http://www.cantera.org, 2016. Version 2.3.0. + transport processes*. http://www.cantera.org, 2017. Version 2.3.0. doi:10.5281/zenodo.170284 The following BibTeX entry may also be used:: @@ -106,7 +106,7 @@ General author = "David G. Goodwin and Harry K. Moffat and Raymond L. Speth", title = "Cantera: An Object-oriented Software Toolkit for Chemical Kinetics, Thermodynamics, and Transport Processes", - year = 2016, + year = 2017, note = "Version 2.3.0", howpublished = "\url{http://www.cantera.org}" doi = {10.5281/zenodo.170284}