From f400d1e71ca44f98cd4ac507ef79cc043bb92176 Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 19 Mar 2018 17:17:11 +0530 Subject: correct the version of the SO release Issue-ID: SO-497 Change-Id: Ia0943217d5572b2ba175d67f00d7543383ee69a0 Signed-off-by: seshukm --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 1eaa4fa6e3..d3e09bb170 100644 --- a/version.properties +++ b/version.properties @@ -1,10 +1,10 @@ # Versioning variables # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) -# because they are used in Jenkins, whose plug-in doesn't support +# because they are used in Jenkins, whose plug-in doesn't support... major=1 -minor=18020100 -patch=63 +minor=2 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg