aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-01-20 17:26:32 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-01-22 16:29:25 +0000
commitb616f6d62073aea95a374c1af2248b20b0021faa (patch)
treeae0aeb8dc03416306d8cd7ab781320c2d92e89c4
parenta6015971169ad4bb30ba8abcf3ebbe21f6b5deed (diff)
downloadComputeLibrary-b616f6d62073aea95a374c1af2248b20b0021faa.tar.gz
Increment SONAME and update release version
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Change-Id: I935ed842cffe5cc29f5d2d8c299bbc8734afb338 Reviewed-on: https://review.mlplatform.org/c/2623 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@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 8f5b905c8f..33e8f77fe1 100644
--- a/SConscript
+++ b/SConscript
@@ -24,8 +24,8 @@ import os.path
import re
import subprocess
-VERSION = "v19.11"
-SONAME_VERSION="17.0.0"
+VERSION = "v19.11.1"
+SONAME_VERSION="17.1.0"
Import('env')
Import('vars')