stardis

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

commit bbefd435e08032f5df74c57508f2ec101ae86e9e
parent f2a44642c1228bd6c2cb7e1c29962ca9f4302729
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 16 Jul 2024 17:25:24 +0200

Set version to 0.11

Update the version of Stardis-Solver to 0.16 as this is the one that
introduces the sample_path member variable on which this new version
relies to sample custom conductive paths.

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

diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 10 -VERSION_PATCH = 1 +VERSION_MINOR = 11 +VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local @@ -74,7 +74,7 @@ S3D_VERSION = 0.10 S3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags s3d) S3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs s3d) -SDIS_VERSION = 0.15.1 +SDIS_VERSION = 0.16 SDIS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags sdis) SDIS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs sdis)