Skip to content

Commit

Permalink
Release v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acetcom committed Apr 19, 2024
1 parent c0a520f commit 426fa3f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
open5gs (2.7.1) unstable; urgency=medium

* Bug Fixed

-- Sukchan Lee <acetcom@gmail.com> Fri, 19 Apr 2024 21:21:46 +0900

open5gs (2.7.1~mantic) mantic; urgency=medium

* Bug Fixed

-- Sukchan Lee <acetcom@gmail.com> Fri, 19 Apr 2024 21:18:53 +0900

open5gs (2.7.1~bionic) bionic; urgency=medium

* Bug Fixed

-- Sukchan Lee <acetcom@gmail.com> Fri, 19 Apr 2024 21:16:21 +0900

open5gs (2.7.1~jammy) jammy; urgency=medium

* Bug Fixed

-- Sukchan Lee <acetcom@gmail.com> Fri, 19 Apr 2024 21:11:30 +0900

open5gs (2.7.1~focal) focal; urgency=medium

* Bug Fixed

-- Sukchan Lee <acetcom@gmail.com> Fri, 19 Apr 2024 21:08:46 +0900

open5gs (2.7.0) unstable; urgency=medium

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

project('open5gs', 'c', 'cpp',
version : '2.7.0',
version : '2.7.1',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
Expand All @@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp',
],
)

libogslib_version = '2.7.0'
libogslib_version = '2.7.1'

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

0 comments on commit 426fa3f

Please sign in to comment.