aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-01-16 14:07:45 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-01-16 16:26:30 +0000
commit5992a081130ecd442e0c887d7cd612c82ae923b1 (patch)
treecdea6c422951749cc53085d91acc570a9ef4761d
parentf5a80e18badddf2fc61a89a71f822dfd4169cda4 (diff)
downloadComputeLibrary-5992a081130ecd442e0c887d7cd612c82ae923b1.tar.gz
Increment SONAME and update release version
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Change-Id: Ie41f19efa3d249339aa4f22b1266b50877a8daad
-rw-r--r--SConscript4
1 files 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')