aboutsummaryrefslogtreecommitdiff
path: root/scripts/version.sh
AgeCommit message (Collapse)Author
2020-05-22scripts/version.sh: switch from bash to POSIX shEthan Sommer
Change shebang to #!/bin/sh. Remove usage of non-POSIX 'local' builtin, and replace it with using a function's positional parameters to store variables, as they are local to the function.
2019-04-10Rename version-bump to just versionAlexandru N. Onea