summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')