Release v2.1.7

This commit is contained in:
Sukchan Lee
2021-02-08 22:37:01 -05:00
parent 094d40b073
commit 9b5cc4a568
4 changed files with 42 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
project('open5gs', 'c',
version : '2.1.6',
version : '2.1.7',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.1.6'
libogslib_version = '2.1.7'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))