From b616f6d62073aea95a374c1af2248b20b0021faa Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Mon, 20 Jan 2020 17:26:32 +0000 Subject: Increment SONAME and update release version Signed-off-by: Michele Di Giorgio Change-Id: I935ed842cffe5cc29f5d2d8c299bbc8734afb338 Reviewed-on: https://review.mlplatform.org/c/2623 Reviewed-by: Gian Marco Iodice Tested-by: Georgios Pinitas --- SConscript | 4 ++-- 1 file 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') -- cgit v1.2.1