[PATCH] wscript: fix default version from 4.12 to 5

Gedare Bloom gedare at rtems.org
Thu Jan 18 14:54:07 UTC 2018


---
 wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
2.7.4



More information about the devel mailing list