From b9adea2a60b65596f2cd361a5719741dac64a772 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sat, 14 Jan 2023 12:12:02 +0900 Subject: [PATCH] Version update --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 9de40c454..e319ebebe 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', 'cpp', - version : '2.5.6', + version : '2.6.0', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp', ], ) -libogslib_version = '2.5.6' +libogslib_version = '2.6.0' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))