From bd44a0de7bd4761eb50c24420c01b9026eb17e2a Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Tue, 27 Aug 2019 12:03:17 +0100 Subject: Fixed the release version Signed-off-by: Gian Marco Iodice Change-Id: Id2465587291f1bcaf73f1df31f7437240c724758 --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConscript b/SConscript index 01a3ca70f9..6c9b0bb796 100644 --- a/SConscript +++ b/SConscript @@ -24,7 +24,7 @@ import os.path import re import subprocess -VERSION = "19.08" +VERSION = "v19.08" SONAME_VERSION="16.0.0" Import('env') -- cgit v1.2.1