mirror of
https://github.com/nextepc/nextepc-oss.git
synced 2025-11-02 04:43:15 +00:00
Fixes UE IPv6 BUG (#808)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
project('open5gs', 'c',
|
||||
version : '2.2.0',
|
||||
version : '2.2.1',
|
||||
license : 'AGPL-3.0-or-later',
|
||||
meson_version : '>= 0.43.0',
|
||||
default_options : [
|
||||
@@ -24,7 +24,7 @@ project('open5gs', 'c',
|
||||
],
|
||||
)
|
||||
|
||||
libogslib_version = '2.2.0'
|
||||
libogslib_version = '2.2.1'
|
||||
|
||||
prefix = get_option('prefix')
|
||||
bindir = join_paths(prefix, get_option('bindir'))
|
||||
|
||||
Reference in New Issue
Block a user