Update Open5GS/OGSLib version to 1.1.0

This commit is contained in:
Sukchan Lee 2019-11-02 15:55:51 +09:00
parent e55c7f9174
commit d4f982427c
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',
version : '1.0.0',
version : '1.1.0',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -25,7 +25,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '1.0.0'
libogslib_version = '1.1.0'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))