diff --git a/debian/changelog b/debian/changelog index 3264851ad..fdfbca229 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +open5gs (2.2.4) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Thu, 01 Apr 2021 16:45:22 +0900 + +open5gs (2.2.4~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Thu, 01 Apr 2021 16:43:54 +0900 + +open5gs (2.2.4~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Thu, 01 Apr 2021 16:42:31 +0900 + open5gs (2.2.3) unstable; urgency=medium * Bug Fixed diff --git a/meson.build b/meson.build index 5b3c83edc..bb85dd791 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.2.3', + version : '2.2.4', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.2.3' +libogslib_version = '2.2.4' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))