star-cem

Compute the position of the sun
git clone git://git.meso-star.com/star-cem.git
Log | Files | Refs | README | LICENSE

commit 5ca278d94333eaa43d6628ad146fe777c5a3c636
parent c4f89110312ad4305d0a03dafb8edba85ee03253
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 19 Jun 2026 11:47:47 +0200

Bump version number to 0.1

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

diff --git a/config.mk b/config.mk @@ -1,4 +1,8 @@ -VERSION = 0.0.0 +VERSION_MAJOR = 0 +VERSION_MINOR = 1 +VERSION_PATCH = 0 +VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) + PREFIX = /usr/local LIB_TYPE = SHARED