htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit ac8d6b2c9ee8f43fa81c5a943d3c945f4b339ff3
parent c7e61a7241c0071acc82734c0c7b81a4f7e3db06
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  6 Nov 2024 12:38:31 +0100

Merge branch 'release_0.11' into develop

Diffstat:
MREADME.md | 7+++++++
Mconfig.mk | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -95,6 +95,13 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.11 + +- Renamed `planeto` sub-command to `planets`. +- Fix typos in manual pages and formatting problems. +- Ensure correct default value for a camera. +- Correct error handling when parsing planeto input arguments. + ### Version 0.10 #### Use POSIX make as a build system diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 10 +VERSION_MINOR = 11 VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)