From 2bb79f19ed9b11494b356a84e141dee887729b15 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 15 Dec 2015 11:24:00 +1100 Subject: 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') -- cgit v1.2.3