aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2019-11-20 14:35:59 +0000
committerSiCong Li <sicong.li@arm.com>2019-11-22 15:06:07 +0000
commitf2e4cab7308a8062dee4ba7ae6a55c42e1ed6f24 (patch)
tree2d6479b905b4a0187f82f5d2090ea6e331aa1ca7
parent59296f27182be87a86978c2756854307836a6818 (diff)
downloadComputeLibrary-f2e4cab7308a8062dee4ba7ae6a55c42e1ed6f24.tar.gz
COMPMID-2916 Update VERSION and SONAME_VERSION
Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I6f943d9f24996d78b692b4d5222879746300c7fc Reviewed-on: https://review.mlplatform.org/c/2331 Reviewed-by: Kurtis Charnock <kurtis.charnock@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@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 ed22f6eefe..8f5b905c8f 100644
--- a/SConscript
+++ b/SConscript
@@ -24,8 +24,8 @@ import os.path
import re
import subprocess
-VERSION = "v0.0-unreleased"
-SONAME_VERSION="1.0.0"
+VERSION = "v19.11"
+SONAME_VERSION="17.0.0"
Import('env')
Import('vars')