diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cd14e..5cd6423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Now document additional installation steps for MacOS X - Added documentation about `KPP_FLEX_LIB_DIR` - Added badges for release, release date, and Azure pipelines to index.rst + - All authors from the Lin et al [2022] paper about KPP 3.0.0 have + been added to the front page of ReadTheDocs and .zenodo.json - C-I test additions - Added a C-I test for the `rosenbrock_autoreduce` integrator diff --git a/src/gdata.h b/src/gdata.h index 2f8871a..b867037 100644 --- a/src/gdata.h +++ b/src/gdata.h @@ -29,7 +29,7 @@ ******************************************************************************/ -#define KPP_VERSION "3.0.0-rc.2" +#define KPP_VERSION "3.0.0-rc.3" #ifndef _GDATA_H_ #define _GDATA_H_