Skip to content

Commit

Permalink
Release v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
acetcom committed Feb 2, 2021
1 parent e7cb25a commit e7c261d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
open5gs (2.1.5) unstable; urgency=medium

* Bug Fixed

-- Sukchan Lee <[email protected]> Tue, 02 Feb 2021 14:47:59 -0500

open5gs (2.1.5~bionic) bionic; urgency=medium

* Bug Fixed

-- Sukchan Lee <[email protected]> Tue, 02 Feb 2021 14:46:57 -0500

open5gs (2.1.5~focal) focal; urgency=medium

* Bug Fixed

-- Sukchan Lee <[email protected]> Tue, 02 Feb 2021 14:45:48 -0500

open5gs (2.1.4) unstable; urgency=medium

* Paging was added
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

project('open5gs', 'c',
version : '2.1.4',
version : '2.1.5',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
'c_std=gnu89',
],
)

libogslib_version = '2.1.4'
libogslib_version = '2.1.5'

prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))
Expand Down

0 comments on commit e7c261d

Please sign in to comment.