diff --git a/meson.build b/meson.build index 45869472d..043241ef9 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', 'cpp', - version : '2.4.11', + version : '2.5.0', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp', ], ) -libogslib_version = '2.4.11' +libogslib_version = '2.5.0' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))