build: bump version to 1.21.900 (1.22-rc1)

This commit is contained in:
Aleksander Morgado
2023-09-27 11:26:32 +00:00
parent be640af246
commit aa7ab917f7

View File

@@ -3,7 +3,7 @@
project(
'ModemManager', 'c',
version: '1.21.8',
version: '1.21.900',
license: 'GPL2',
default_options: [
'buildtype=debugoptimized',
@@ -253,14 +253,14 @@ config_h.set('WITH_BUILTIN_PLUGINS', enable_builtin_plugins)
# MBIM support (enabled by default)
enable_mbim = get_option('mbim')
if enable_mbim
mbim_glib_dep = dependency('mbim-glib', version: '>= 1.29.5')
mbim_glib_dep = dependency('mbim-glib', version: '>= 1.29.900')
endif
config_h.set('WITH_MBIM', enable_mbim)
# QMI support (enabled by default)
enable_qmi = get_option('qmi')
if enable_qmi
qmi_glib_dep = dependency('qmi-glib', version: '>= 1.33.6')
qmi_glib_dep = dependency('qmi-glib', version: '>= 1.33.900')
endif
config_h.set('WITH_QMI', enable_qmi)