stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit 3cbdc1ad5b04148057fe235d6680619088e4715b
parent 89cb4a1fc14fcd3052b6d79e03e78762398c0dec
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat, 27 Apr 2024 15:11:07 +0200

Merge branch 'release_0.15.2' into develop

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

diff --git a/README.md b/README.md @@ -158,6 +158,11 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.15.2 + +Correction of pkg-config file. A missing private dependency could lead +to link editing errors when the user statically links to the library. + ### Version 0.15.1 Make the radiative environment time-dependent, so that it can vary not diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 VERSION_MINOR = 15 -VERSION_PATCH = 1 +VERSION_PATCH = 2 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local