From ebf1c5b0d93920c9a27d172acf6e6b51034f7c13 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Fri, 19 Mar 2021 21:27:01 +0900 Subject: [PATCH] Release v2.2.2 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 20534c252..7985004eb 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.2.1', + version : '2.2.2', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.2.1' +libogslib_version = '2.2.2' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))