solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit e699dfabac70765dea2bc7ce352f9eeb4a7e91cc
parent e647eadd4e499dcc272e4e16243b6f04e5ce3096
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 19 May 2026 16:32:21 +0200

Bump version number to 0.10

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

diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 9 +VERSION_MINOR = 10 VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)