diff --git a/debian/changelog b/debian/changelog index 8656cdf70..0bf8fa3b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +open5gs (2.1.3) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 08 Jan 2021 22:46:27 -0500 + +open5gs (2.1.3~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 08 Jan 2021 22:44:59 -0500 + +open5gs (2.1.3~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Fri, 08 Jan 2021 22:43:29 -0500 + open5gs (2.1.2) unstable; urgency=medium * Bug Fixed diff --git a/meson.build b/meson.build index a4bde33ff..bccb8b7be 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.1.2', + version : '2.1.3', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.1.2' +libogslib_version = '2.1.3' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))