aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-version.py
AgeCommit message (Collapse)AuthorFilesLines
2022-07-28make-version.py: Add missing parentheses on function callMoshe Kaplan1-1/+1
`match.groups()` is a function, not an attribute. Add () as needed to access match group items.
2022-07-11tools: Port make-version.pl to PythonMoshe Kaplan1-0/+445