blob: b2dfad63bc1f56bafe0c8cfec3fc10b3c989560a [file] [log] [blame]
shivasubedi8df61a92021-06-16 14:43:18 +01001# ============LICENSE_START=======================================================
2# Copyright (C) 2021 Nordix Foundation
puthuparambil.adityacc17ae52022-02-25 13:24:03 +00003# Modifications Copyright (C) 2022 Bell Canada.
shivasubedi8df61a92021-06-16 14:43:18 +01004# ================================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
lukegleeson15b93e72021-07-07 15:25:30 +010010#
shivasubedi8df61a92021-06-16 14:43:18 +010011# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17# SPDX-License-Identifier: Apache-2.0
18# ============LICENSE_END=========================================================
19
Rishi Chailb220d742020-09-16 15:23:53 +010020# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
21# because they are used in Jenkins, whose plug-in doesn't support this
22
puthuparambil.adityacc17ae52022-02-25 13:24:03 +000023major=3
24minor=0
Bruno Sakoto0d7bf692022-03-16 17:14:39 -040025patch=1
Rishi Chailb220d742020-09-16 15:23:53 +010026
27base_version=${major}.${minor}.${patch}
28
29# Release must be completed with git revision # in Jenkins
30release_version=${base_version}
31snapshot_version=${base_version}-SNAPSHOT