commit 5eda73c8baef74d6901c20ef60edc1fe8f7fd710 parent 88a648aaa3113853f03b3e5d5943905ef4b2535b Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 5 Jun 2020 10:10:11 +0200 Merge branch 'release_0.1.1' into develop Diffstat:
| M | README.md | | | 6 | ++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -20,6 +20,12 @@ informations on CMake. ## Release notes +### Version 0.1.1 + +- Remove the hard-coded boundaries of the shortwave/longwave domains. Actually + "shortwave" and "longwave" are only that define that the source of radiation + is whether external or internal to the medium, respectively. + ### Version 0.1 - Add the `htgop_get_<lw|sw>_spectral_intervals` functions: they return the diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -37,7 +37,7 @@ include_directories(${RSys_INCLUDE_DIR}) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 1) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(HTGOP_FILES_SRC