aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2019-08-27 12:03:17 +0100
committerGian Marco Iodice <gianmarco.iodice@arm.com>2019-08-27 12:03:17 +0100
commitbd44a0de7bd4761eb50c24420c01b9026eb17e2a (patch)
treeb92c8b863327e7d066f84fc618e2201a8940dce8
parent51a9c3cccd5aded7e6e29187fdcba8760722539f (diff)
downloadComputeLibrary-bd44a0de7bd4761eb50c24420c01b9026eb17e2a.tar.gz
Fixed the release version
Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Change-Id: Id2465587291f1bcaf73f1df31f7437240c724758
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
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')