From 5992a081130ecd442e0c887d7cd612c82ae923b1 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Thu, 16 Jan 2020 14:07:45 +0000 Subject: Increment SONAME and update release version Signed-off-by: Michele Di Giorgio Change-Id: Ie41f19efa3d249339aa4f22b1266b50877a8daad --- SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConscript b/SConscript index 6c9b0bb796..e06262ec72 100644 --- a/SConscript +++ b/SConscript @@ -24,8 +24,8 @@ import os.path import re import subprocess -VERSION = "v19.08" -SONAME_VERSION="16.0.0" +VERSION = "v19.08.1" +SONAME_VERSION="16.1.0" Import('env') Import('vars') -- cgit v1.2.1