summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/libbsd.py b/libbsd.py
index 3fd4c4b3..388aedfb 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2015 Chris Johns <chrisj@rtems.org>. All rights reserved.
+# Copyright (c) 2015-2016 Chris Johns <chrisj@rtems.org>. All rights reserved.
#
# Copyright (c) 2009-2015 embedded brains GmbH. All rights reserved.
#
@@ -35,6 +35,12 @@
import builder
#
+# RTEMS version
+#
+def rtems_version():
+ return '4.12'
+
+#
# RTEMS
#
def rtems(mm):