First cut at automatic insertion of version information.

This commit is contained in:
Joel Sherrill
1998-02-17 21:39:36 +00:00
parent 5d1ea96d42
commit e810408ea7
4 changed files with 28 additions and 6 deletions

View File

@@ -61,8 +61,11 @@ const rtems_multiprocessing_table
* This is the version string.
*/
#define RTEMS_VERSION "980204"
const char _RTEMS_version[] =
"RTEMS RELEASE V4.1.0 (" CPU_NAME "/" CPU_MODEL_NAME ")";
"RTEMS RELEASE " RTEMS_VERSION
"(" CPU_NAME "/" CPU_MODEL_NAME "/REPLACE_THIS_WITH_THE_BSP)";
/*