solstice-solver

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

commit 1963c5401b1fa3b78f58a51bef90412722dd994a
parent 87ba73fd23a79ef17db75ba5519acee5b08d6de8
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 17 Apr 2026 09:59:57 +0200

Fix a typo in version numbering

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 = 8 +VERSION_MINOR = 9 VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)