summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/version.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-02rtems: Simplify includes in version.cSebastian Huber1-1/+1
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-09-09rtems: Make rtems_version_control_key() saferSebastian Huber1-1/+1
Return the empty string instead of a NULL pointer if no version key is available.
2019-04-04doxygen: Added Version to API->ClassicAndreas Dachsberger1-1/+1
Update #3706.
2017-11-10cpukit: Add a Version API.Chris Johns1-0/+63
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.