aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/version.properties
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-03-19 20:14:53 +0200
committerIttay Stern <ittay.stern@att.com>2019-03-20 06:15:10 +0200
commitc487945a4d2dd9843fb3de4a6284a474532aeb09 (patch)
treeccc6aec558ce4a9a3756aa3492b26bd996b66f7f /vid-app-common/version.properties
parent12e83cdbe68f92d68d7a2bbde00d602243e940ad (diff)
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 <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/version.properties')
-rwxr-xr-xvid-app-common/version.properties26
1 files changed, 13 insertions, 13 deletions
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