star-ck

Describe the radiative properties of gas mixtures
git clone git://git.meso-star.fr/star-ck.git
Log | Files | Refs | README | LICENSE

commit ad679d8284159f96ef7e964702dafb7d73f1de1b
parent 6d3b6638c8db2034d696e3233d048b5229b83754
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat, 14 Oct 2023 10:23:40 +0200

Set version number to 0.1

This marks the API break of the loading functions.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.0.0 +VERSION = 0.1.0 PREFIX = /usr/local LIB_TYPE = SHARED