From b5fc68f8df7d253da2be2d42b0533e01884e0686 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Thu, 15 Nov 2018 13:36:12 +0200 Subject: update sdc version in master update sdc version to 1.4.0 for master Change-Id: Ia3b16b397b6e01dc185549dd20be399ee67a791a Issue-ID: SDC-1913 Signed-off-by: Michael Lando --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 5ad9fe3dd5..d709d8644d 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=3 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg