diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-11-02 16:40:59 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-11-02 16:42:03 +0100 |
commit | 451f53ce0a02532b3da6a9cc2fbb59fee17cbe53 (patch) | |
tree | 01e6ac59f109a29c2dd3e22a1be8708f28448fce /version.properties | |
parent | b1086a5abcfbbadaf361c7599f1067e280276676 (diff) |
Update the version.properties
Update to 1.1.0 as it's used now by the jenkins build.
Change-Id: I4ea03f90b8cee8d180e4eab8b3ef82adb4a8582f
Issue-ID: CLAMP-54
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 b65593127..c6b633404 100644 --- a/version.properties +++ b/version.properties @@ -26,8 +26,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 -patch=1 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} |