Hi Mattia, On 2022-02-27 19:21, Mattia Rizzolo wrote: > On Wed, Feb 23, 2022 at 08:53:26AM +0200, Andrius Merkys wrote: >> The naming scheme could be adjusted to add '.' before the letter in >> version string (2.40c -> 2.40.c), but I cannot craft a watch file which >> could perform this. > > I'm not sure if that's the correct answer to your problem, but this > extra rule seems to work on src:c2x: > > uversionmangle=s#([a-z])$#\.\1#
This worked, thanks a lot! Best wishes, Andrius

