summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-09-04 12:29:40 +1000
committerChris Johns <chrisj@rtems.org>2016-09-04 12:29:40 +1000
commitc1d7c5fa6e8b5917f7f90c22d1ff29b5581f30b7 (patch)
tree37a55aa1826247b7c6700e95b338e7dc0460fa3a
parentBack port rtems-bsps for use in the release procedure. (diff)
downloadrtems-c1d7c5fa6e8b5917f7f90c22d1ff29b5581f30b7.tar.bz2
Change version to 4.10 to the rtems-bsps.
-rwxr-xr-xrtems-bsps2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-bsps b/rtems-bsps
index cff020fbb3..e146e375f8 100755
--- a/rtems-bsps
+++ b/rtems-bsps
@@ -29,7 +29,7 @@ done
max_bsp_len=$(expr ${max_bsp_len} + 2)
last_arch=""
-echo "RTEMS 4.12"
+echo "RTEMS 4.10"
echo " Architectures: ${arch_count}"
echo " BSP Count: ${bsp_count}"
for bsp_path in ${cfg_list};