Release v2.7.3

This commit is contained in:
Sukchan Lee
2025-03-23 11:56:01 +09:00
parent 708f789792
commit e16a8fc42e
5 changed files with 46 additions and 10 deletions

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.2',
version : '2.7.3',
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.2'
libogslib_version = '2.7.3'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))