summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/vc-key.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Move sapi/Makefile.amSebastian Huber2018-10-091-39/+0
|
* Fix bashism in vc-key.shMartin Erik Werner2017-11-131-2/+2
| | | | | | | Change "==" to "=", since "==" for comparison is not available in POSIX sh. Signed-off-by: Martin Erik Werner <martinerikwerner@gmail.com>
* cpukit: Add a Version API.Chris Johns2017-11-101-0/+39
Provide functions to get the version string, major, minor and revision numbers and the version control identifer that is a unique tag for the version control system. Update #3199.