From 9d436468167d1e0423374743582598a5b928bf93 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 12 Jun 2022 16:29:24 +0900 Subject: [PATCH] Release v2.4.8 --- debian/changelog | 30 ++++++++++++++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 01e814626..8aba396f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +open5gs (2.4.8) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 12 Jun 2022 16:28:51 +0900 + +open5gs (2.4.8~jammy) jammy; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 12 Jun 2022 16:27:13 +0900 + +open5gs (2.4.8~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 12 Jun 2022 16:23:05 +0900 + +open5gs (2.4.8~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 12 Jun 2022 16:22:04 +0900 + +open5gs (2.4.8~impish) impish; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 12 Jun 2022 16:19:27 +0900 + open5gs (2.4.7) unstable; urgency=medium * Bug Fixed diff --git a/meson.build b/meson.build index 4f7507060..03009673d 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.7', + version : '2.4.8', 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.7' +libogslib_version = '2.4.8' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))