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>
diff --git a/SConscript b/SConscript
index ed22f6e..8f5b905 100644
--- a/SConscript
+++ b/SConscript
@@ -24,8 +24,8 @@
 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')