Release v2.3.6

This commit is contained in:
Sukchan Lee
2021-10-16 22:55:49 +09:00
parent 489b633e08
commit 7d9a651f6c
3 changed files with 45 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.3.4',
version : '2.3.6',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp',
],
)
libogslib_version = '2.3.4'
libogslib_version = '2.3.6'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))