From 77de83099d49244f2135d87309b29c1596cb5656 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sat, 5 Sep 2020 19:42:23 -0400 Subject: [PATCH] Release v2.0.1 --- debian/changelog | 18 ++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f5f779d8..e649de5a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +open5gs (2.0.1~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 05 Sep 2020 19:39:51 -0400 + +open5gs (2.0.1~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 05 Sep 2020 19:36:22 -0400 + +open5gs (2.0.1) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 05 Sep 2020 16:43:24 -0400 + open5gs (2.0.0~focal) focal; urgency=medium * 5G Core and EPC (Hybrid) diff --git a/meson.build b/meson.build index 235390c47..7ace651d4 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.0.0', + version : '2.0.1', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.0.0' +libogslib_version = '2.0.1' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))