From 4018833b3a19870e69fe56905db9fde39bfc438a Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 1 Feb 2022 15:07:24 +0900 Subject: [PATCH] Relase v2.4.4 --- debian/changelog | 24 ++++++++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ad0f48ee..37dded02a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +open5gs (2.4.4) unstable; urgency=medium + + * Fixed Memory leak + + -- Sukchan Lee Tue, 01 Feb 2022 15:03:37 +0900 + +open5gs (2.4.4~focal) focal; urgency=medium + + * Fixed Memory leak + + -- Sukchan Lee Tue, 01 Feb 2022 15:02:35 +0900 + +open5gs (2.4.4~bionic) bionic; urgency=medium + + * Fixed Memory leak + + -- Sukchan Lee Tue, 01 Feb 2022 15:01:31 +0900 + +open5gs (2.4.4~impish) impish; urgency=medium + + * Fixed Memory leak + + -- Sukchan Lee Tue, 01 Feb 2022 14:58:13 +0900 + open5gs (2.4.3) unstable; urgency=medium * Bug Fixed diff --git a/meson.build b/meson.build index eb0742b6b..ca2acccca 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.3', + version : '2.4.4', 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.3' +libogslib_version = '2.4.4' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))