From dd063ba2cfebec4cf05e52aa5553e3c254a8d373 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sat, 3 Oct 2020 22:46:54 -0400 Subject: [PATCH] Release v2.0.13 --- debian/changelog | 18 ++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9460286d7..0b5de4180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +open5gs (2.0.13) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 03 Oct 2020 22:44:15 -0400 + +open5gs (2.0.13~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 03 Oct 2020 22:42:55 -0400 + +open5gs (2.0.13~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sat, 03 Oct 2020 22:41:30 -0400 + open5gs (2.0.12) unstable; urgency=medium * Bug Fixed diff --git a/meson.build b/meson.build index 253944489..a8cd2c863 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.0.12', + version : '2.0.13', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.0.12' +libogslib_version = '2.0.13' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))