Closed
Description
The repository happily bumps version numbers in the version.txt
file. Currently it's at 5.1.51. The web page however states 5.1.25 as the latest release. And that's also the latest tag in the repository. It's an unannotated tag, so git describe master
describes the current master as 4.9.28-408-g7598fdf
.
I suggest that you
- start tagging releases after every update to
version.txt
- use annotated tags for releases
- update the web page to refer to that latest version
unless these version bumps are not meant as releases, in which case you should make that fact clearer somehow.