diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-11-09 12:05:23 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-11-09 12:05:23 +0100 |
commit | 06a84f0bc392a6a2845f7512d45af17d86f1d83b (patch) | |
tree | 0acab2d688ae4ff9ad75ce3a51da2828677f95da /version.properties | |
parent | f391c6ca9ee635c25f57f217e3280cb25e42ac9f (diff) |
Update master to 2.0.0
Update master to 2.0.0 as there is a branch 1.1.1 to
support the release
Change-Id: Ic19847dd365a285213c90437d0d7a2d183220228
Issue-ID: CLAMP-72
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index c6b633404..8bb1f408a 100644 --- a/version.properties +++ b/version.properties @@ -25,8 +25,8 @@ # 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 +major=2 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |