aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-03-04 12:45:50 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-03-04 15:16:03 +0000
commit34df2e130034b79050504704e1214194bd83dad5 (patch)
tree2705d8977600053e8d8c092bea39805afcd8f94f
parentc6173fe9b06637415a20b5d8d19ff286ea198c6e (diff)
downloadComputeLibrary-34df2e130034b79050504704e1214194bd83dad5.tar.gz
Update Release VERSION in SConscript
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Change-Id: Icd86affc1b9ae803896554cc257ce570aa11ad2b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2825 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Georgios Pinitas <georgios.pinitas@arm.com>
-rw-r--r--SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index 03f3b0feb0..78e36fe635 100644
--- a/SConscript
+++ b/SConscript
@@ -24,8 +24,8 @@ import os.path
import re
import subprocess
-VERSION = "v20.02"
-SONAME_VERSION="1.0.0"
+VERSION = "v20.02.1"
+SONAME_VERSION="18.1.0"
Import('env')
Import('vars')