[examples-v2 commit] wscript: fix default version from 4.12 to 5
Gedare Bloom
gedare at rtems.org
Thu Jan 18 14:58:15 UTC 2018
Module: examples-v2
Branch: master
Commit: 5cdc9a5783e09acd768942c9a1f62f9544547ba3
Changeset: http://git.rtems.org/examples-v2/commit/?id=5cdc9a5783e09acd768942c9a1f62f9544547ba3
Author: Gedare Bloom <gedare at rtems.org>
Date: Thu Jan 18 09:53:48 2018 -0500
wscript: fix default version from 4.12 to 5
---
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:
More information about the vc
mailing list