diff --git a/debian/changelog b/debian/changelog index 4d3faace2..bf5f7a594 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +open5gs (1.2.4~eoan) eoan; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 26 Apr 2020 15:08:22 -0400 + +open5gs (1.2.4~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 26 Apr 2020 15:07:40 -0400 + +open5gs (1.2.4~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 26 Apr 2020 15:04:41 -0400 + +open5gs (1.2.4) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 26 Apr 2020 13:59:06 -0400 + open5gs (1.2.3~eoan) eoan; urgency=medium * Bug Fixed diff --git a/meson.build b/meson.build index ae8b4260d..98a643f0f 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '1.2.3', + version : '1.2.4', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '1.2.3' +libogslib_version = '1.2.4' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))