[rtems-tools commit] Fix the 4.11 branch build from git.
Chris Johns
chrisj at rtems.org
Tue Dec 15 00:25:16 UTC 2015
Module: rtems-tools
Branch: 4.11
Commit: 2bb79f19ed9b11494b356a84e141dee887729b15
Changeset: http://git.rtems.org/rtems-tools/commit/?id=2bb79f19ed9b11494b356a84e141dee887729b15
Author: Chris Johns <chrisj at rtems.org>
Date: Tue Dec 15 11:24:00 2015 +1100
Fix the 4.11 branch build from git.
---
wscript | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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')
More information about the vc
mailing list