aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 11:10:28 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-12-01 00:37:32 +0000
commit777f637d0c2097d8a0805c4b7e920aa25575700f (patch)
treebd38dac0177d6a6c66dd7aebb4aa43b889bbce40 /version.properties
parent264228ce4fec3204502f0e8f3b906ad12e192825 (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties26
1 files changed, 13 insertions, 13 deletions
diff --git a/version.properties b/version.properties
index 04a32dea2d..faf06bbba2 100644
--- a/version.properties
+++ b/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=1
-minor=1
-patch=1
-
-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=1
+minor=2
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT