From 426fa3f84a0cb332e9971ad9408935838cf98fa6 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Fri, 19 Apr 2024 21:22:24 +0900 Subject: [PATCH] Release v2.7.1 --- debian/changelog | 30 ++++++++++++++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c21a99277..5810857ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +open5gs (2.7.1) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 19 Apr 2024 21:21:46 +0900 + +open5gs (2.7.1~mantic) mantic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 19 Apr 2024 21:18:53 +0900 + +open5gs (2.7.1~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 19 Apr 2024 21:16:21 +0900 + +open5gs (2.7.1~jammy) jammy; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 19 Apr 2024 21:11:30 +0900 + +open5gs (2.7.1~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 19 Apr 2024 21:08:46 +0900 + open5gs (2.7.0) unstable; urgency=medium * 5G Roaming with SEPP diff --git a/meson.build b/meson.build index 1854a0ea8..54f800a79 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', 'cpp', - version : '2.7.0', + version : '2.7.1', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp', ], ) -libogslib_version = '2.7.0' +libogslib_version = '2.7.1' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))