Noé Lopez <noelo...@free.fr> writes: > [..] > > So… I have no idea what happened. I would check SoftwareHeritage to see > if they have evidence of a version from that time but it does not load > today.
Git tags are not immutable. So the most likely explanation is that the upstream made a git tag for 1.2.0, later realized there are some issues, fixed them and made a new 1.2.0 tag. Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.