stardis

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

commit 801e9486ef77a5bf5817c7fa9d8237b45cc14443
parent 19f6203d7c26d4d5bf7e2442760042955e6a48db
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 Sep 2025 12:01:49 +0200

Set version number to 0.12.

This version marks the addition of new keywords for solid-fluid
connection managing imposed flow. Users can query the version to verify
that these keywords are supported.

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 11 -VERSION_PATCH = 1 +VERSION_MINOR = 12 +VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local