30 #include "version-vc-key.h" 34 #ifdef RTEMS_VERSION_VC_KEY 35 return RTEMS_VERSION
"." RTEMS_VERSION_VC_KEY;
43 return __RTEMS_MAJOR__;
48 return __RTEMS_MINOR__;
53 return __RTEMS_REVISION__;
58 #ifdef RTEMS_VERSION_VC_KEY 59 return RTEMS_VERSION_VC_KEY;
const char * rtems_version_control_key(void)
Returns the version control key for the current version of code that has been built.
This header file defines the RTEMS Classic API.
const char * rtems_version(void)
Returns the version string.
int rtems_version_revision(void)
Returns the version's revision number.
int rtems_version_minor(void)
Returns the version's minor number.
int rtems_version_major(void)
Returns the version's major number.