solstice-anim

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

commit b7889bce0075473f01cbc2ad86c9d29beb089d0c
parent 23b7b751eb236aeca39276d182f9ba28a83386dc
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 19 May 2026 15:47:58 +0200

Bump version number to 0.3

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 2 -VERSION_PATCH = 4 +VERSION_MINOR = 3 +VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local