diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-19 14:26:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-19 14:26:07 +0000 |
commit | e4f5ac43154260be0f039c7ef603f5ec62e20257 (patch) | |
tree | 513e9844a5429700ab5de44d822cbb35ef940df4 | |
parent | b67913915782d0cad3c062f5e06d6bda94d23c17 (diff) | |
parent | f400d1e71ca44f98cd4ac507ef79cc043bb92176 (diff) |
Merge "correct the version of the SO release"
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
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} |