Version update

This commit is contained in:
Sukchan Lee 2023-01-14 12:12:02 +09:00
parent 8e2e6491f7
commit b9adea2a60
1 changed files with 2 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.5.6',
version : '2.6.0',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp',
],
)
libogslib_version = '2.5.6'
libogslib_version = '2.6.0'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))