summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-12-15 11:24:00 +1100
committerChris Johns <chrisj@rtems.org>2015-12-15 11:24:00 +1100
commit2bb79f19ed9b11494b356a84e141dee887729b15 (patch)
tree0d907314dec7395fe7b67147cf5ba64ebda9b703
parentFix how to use the waf py feature to get py source and pyo file installed. (diff)
downloadrtems-tools-2bb79f19ed9b11494b356a84e141dee887729b15.tar.bz2
Fix the 4.11 branch build from git.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e7a2362..96d8f80 100644
--- a/wscript
+++ b/wscript
@@ -54,7 +54,7 @@ def get_version(ctx):
modified = '_modified'
else:
modified = ''
- release = '%s.%s%s' % (version, head[0:12], modified)
+ release = '4.11.%s%s' % (head[0:12], modified)
last_dot = release.rfind('.')
if last_dot == -1:
ctx.fatal('invalid VERSION file')