diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-03-04 19:05:02 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-03-04 19:05:02 -0500 |
commit | 06cb9298783a82e375c4cadd2d6a3e0da80c1360 (patch) | |
tree | 68f06dffe691b6fe5c74c09a6b114214605d72f8 /version.properties | |
parent | 50130c04626e0c5b09b344b2e11bb99c62dbf926 (diff) |
Upgrade version number
Honolulu RC0 will be version 1.0.0
Issue-ID: CPS-260
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ib4d464100b7b5814070d41dc911f342f58836442
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 304745a792..12156a9a64 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ # 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 this -major=0 +major=1 minor=0 -patch=2 +patch=0 base_version=${major}.${minor}.${patch} |