From 0aaf45f95ca2cb1f3380d390962236161d6243de Mon Sep 17 00:00:00 2001 From: Giuseppe Rossini Date: Mon, 17 Feb 2020 15:04:15 +0000 Subject: Update release version in the SConscript Change-Id: Iba3a9efab9d5d8f753085578bb9b09912169e770 Signed-off-by: Giuseppe Rossini --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConscript b/SConscript index 66dfff4511..03f3b0feb0 100644 --- a/SConscript +++ b/SConscript @@ -24,7 +24,7 @@ import os.path import re import subprocess -VERSION = "v0.0-unreleased" +VERSION = "v20.02" SONAME_VERSION="1.0.0" Import('env') -- cgit v1.2.1