On Wed, Oct 05, 2022 at 10:51:54PM +0200, [email protected] wrote: > diff --git a/config.mk b/config.mk > index 14aedd3..f8bd40f 100644 > --- a/config.mk > +++ b/config.mk > @@ -1,3 +1,10 @@ > +# libgrapheme version > +VERSION_MAJOR = 1 > +VERSION_MINOR = 0 > +VERSION_PATCH = 0 > +UNICODE_VERSION = 15.0.0 > +MAN_DATE = 2022-09-07 > +
Curious, what makes you change you mind about putting these back in config.mk instead of keeping them in the Makefile ? Since they aren't meant to be changed by the user. - NRK
