star-aerosol

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

commit 9c0319230675613105e073459e314d7d2b783a53
parent a8a4758faba933a862174961dbf099a285cebe00
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 16 Oct 2023 15:56:43 +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