Release v2.7.4

This commit is contained in:
Sukchan Lee
2025-03-27 04:46:16 +09:00
parent ae6cedf8e8
commit 555395a8e8
2 changed files with 38 additions and 2 deletions

36
debian/changelog vendored
View File

@@ -1,3 +1,39 @@
open5gs (2.7.4) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:41:23 +0900
open5gs (2.7.4~oracular) oracular; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:39:55 +0900
open5gs (2.7.4~noble) noble; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:38:39 +0900
open5gs (2.7.4~jammy) jammy; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:37:05 +0900
open5gs (2.7.4~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:35:42 +0900
open5gs (2.7.4~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:33:19 +0900
open5gs (2.7.3) unstable; urgency=medium
* Bug Fixed

View File

@@ -16,7 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
project('open5gs', 'c', 'cpp',
version : '2.7.3',
version : '2.7.4',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp',
],
)
libogslib_version = '2.7.3'
libogslib_version = '2.7.4'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))