summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/headers/sptables.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 21:39:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 21:39:36 +0000
commite810408ea72af2281e187286174c4fbaed7426ec (patch)
tree5f75989583d0d50a7d46515b72e485f0a71278e2 /c/src/exec/sapi/headers/sptables.h
parentadded -Wno-unused to debug flags (diff)
downloadrtems-e810408ea72af2281e187286174c4fbaed7426ec.tar.bz2
First cut at automatic insertion of version information.
Diffstat (limited to 'c/src/exec/sapi/headers/sptables.h')
-rw-r--r--c/src/exec/sapi/headers/sptables.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/exec/sapi/headers/sptables.h b/c/src/exec/sapi/headers/sptables.h
index e66f478c87..3adc7eb57a 100644
--- a/c/src/exec/sapi/headers/sptables.h
+++ b/c/src/exec/sapi/headers/sptables.h
@@ -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)";
/*