From 34df2e130034b79050504704e1214194bd83dad5 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 4 Mar 2020 12:45:50 +0000 Subject: Update Release VERSION in SConscript Signed-off-by: Michele Di Giorgio Change-Id: Icd86affc1b9ae803896554cc257ce570aa11ad2b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2825 Reviewed-by: Georgios Pinitas Tested-by: Georgios Pinitas --- SConscript | 4 ++-- 1 file 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') -- cgit v1.2.1