From c487945a4d2dd9843fb3de4a6284a474532aeb09 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Tue, 19 Mar 2019 20:14:53 +0200 Subject: Bump VID version to 3.2.3 Planned as part of Casablanca maintenance release (3.0.2). Issue-ID: VID-446 Change-Id: I96f3cd9e59eddc43a249d102c70b558f4fad54e6 Signed-off-by: Ittay Stern --- vid-app-common/version.properties | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'vid-app-common/version.properties') diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index ef8c0e340..527c3bae9 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -1,13 +1,13 @@ -# 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 - -major=3 -minor=2 -patch=2 - -base_version=${major}.${minor}.${patch} - -# Release must be completed with git revision # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT +# 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 + +major=3 +minor=2 +patch=3 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg