aboutsummaryrefslogtreecommitdiff
path: root/py/py-version.sh
AgeCommit message (Collapse)Author
2014-06-07- Let the build environment decide about the toolchain to be used, in caseMarcus von Appen
there are special tweaks and paths to be considered. Just provide some defaults, in case the values are undefined. - py-version.sh does not need any bash specific features. - Use libdl only on Linux for now. FreeBSD provides dl*() calls from libc.
2014-05-05py-version.sh: Use --always option of git describe.Paul Sokolovsky
2014-05-05py-version.sh: Make it work in case no git tag is present.Paul Sokolovsky
2014-05-03py: Add --dirty flag to git describe.Damien George
2014-05-03py: Print tag/version/git describe in uPy banner.Damien George
2014-04-03Add the git version to the bannerDave Hylands