summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-30 20:14:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-30 20:14:27 +0000
commit8880e9c7a9add3ccd2ac172a966936cf6f7f329e (patch)
tree6f4a2e2bdfffa7c1750e08d4ba420653a7086ebb
parentchanged stack size of posix initialization threads to double the minimum (diff)
downloadrtems-8880e9c7a9add3ccd2ac172a966936cf6f7f329e.tar.bz2
changed version string to 3.6.0
-rw-r--r--c/src/exec/sapi/headers/sptables.h2
-rw-r--r--c/src/exec/sapi/include/rtems/sptables.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/sapi/headers/sptables.h b/c/src/exec/sapi/headers/sptables.h
index fcb3831f3a..17b07f066e 100644
--- a/c/src/exec/sapi/headers/sptables.h
+++ b/c/src/exec/sapi/headers/sptables.h
@@ -62,7 +62,7 @@ const rtems_multiprocessing_table
*/
const char _RTEMS_version[] =
- "RTEMS RELEASE V3.5.18 snapshot (" CPU_NAME "/" CPU_MODEL_NAME ")";
+ "RTEMS RELEASE V3.6.0 (" CPU_NAME "/" CPU_MODEL_NAME ")";
/*
diff --git a/c/src/exec/sapi/include/rtems/sptables.h b/c/src/exec/sapi/include/rtems/sptables.h
index fcb3831f3a..17b07f066e 100644
--- a/c/src/exec/sapi/include/rtems/sptables.h
+++ b/c/src/exec/sapi/include/rtems/sptables.h
@@ -62,7 +62,7 @@ const rtems_multiprocessing_table
*/
const char _RTEMS_version[] =
- "RTEMS RELEASE V3.5.18 snapshot (" CPU_NAME "/" CPU_MODEL_NAME ")";
+ "RTEMS RELEASE V3.6.0 (" CPU_NAME "/" CPU_MODEL_NAME ")";
/*