From e7c261d0d32d8c01b20ea9c0438bc619df1f6aff Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 2 Feb 2021 14:50:15 -0500 Subject: [PATCH] Release v2.1.5 --- debian/changelog | 18 ++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 957ccd127..d2936ac80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +open5gs (2.1.5) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 02 Feb 2021 14:47:59 -0500 + +open5gs (2.1.5~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 02 Feb 2021 14:46:57 -0500 + +open5gs (2.1.5~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 02 Feb 2021 14:45:48 -0500 + open5gs (2.1.4) unstable; urgency=medium * Paging was added diff --git a/meson.build b/meson.build index 145c0c157..0d8ac942c 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.1.4', + version : '2.1.5', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.1.4' +libogslib_version = '2.1.5' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))