stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 99c74be72317c5fc7dee719dc676eaad34f76e84
parent 478e9224ded713475dbefb056ba644d6596cc82e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat, 27 Apr 2024 13:50:36 +0200

Merge branch 'release_0.10.1' into develop

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

diff --git a/README.md b/README.md @@ -33,6 +33,11 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.10.1 + +Add a pkg-config file to support the use of Stardis header files such as +the one declaring function profiles for programmable properties. + ### Version 0.10 #### New conduction algorithm diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 VERSION_MINOR = 10 -VERSION_PATCH = 0 +VERSION_PATCH = 1 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local