Release v2.4.2

This commit is contained in:
Sukchan Lee
2022-01-14 20:46:44 +09:00
parent e4f864c1f5
commit 13dbdb1b18
2 changed files with 32 additions and 2 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.4.1',
version : '2.4.2',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp',
],
)
libogslib_version = '2.4.1'
libogslib_version = '2.4.2'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))