summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2018-01-18 09:53:48 -0500
committerGedare Bloom <gedare@rtems.org>2018-01-18 09:53:48 -0500
commit5cdc9a5783e09acd768942c9a1f62f9544547ba3 (patch)
tree9a750a2c550e6f4969cbb34cc4a0de09242d7729
parent1963961794e16b1bb263cc4514cac3c7382b416a (diff)
wscript: fix default version from 4.12 to 5
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f3c8304..f32fb8d 100644
--- a/wscript
+++ b/wscript
@@ -17,7 +17,7 @@
# to build for more than BSP at a time.
#
-rtems_version = "4.12"
+rtems_version = "5"
try:
import rtems_waf.rtems as rtems
except: