|
3 | 3 |
|
4 | 4 | project(
|
5 | 5 | 'ModemManager', 'c',
|
6 |
| - version: '1.23.12', |
| 6 | + version: '1.23.95', |
7 | 7 | license: 'GPL2',
|
8 | 8 | default_options: [
|
9 | 9 | 'buildtype=debugoptimized',
|
@@ -45,9 +45,9 @@ mm_glib_pkgincludedir = mm_includedir / mm_glib_name
|
45 | 45 | # - Otherwise, increment c and zero r.
|
46 | 46 | # - If the interface has grown (that is, the new library is compatible with old code), increment a.
|
47 | 47 | # - If the interface has changed in an incompatible way (that is, functions have changed or been removed), then zero a.
|
48 |
| -current = 10 |
| 48 | +current = 11 |
49 | 49 | revision = 0
|
50 |
| -age = 10 |
| 50 | +age = 11 |
51 | 51 | mm_glib_version = '@0@.@1@.@2@'.format(current - age, age, revision)
|
52 | 52 |
|
53 | 53 | mm_gir_version = '1.0'
|
@@ -259,14 +259,14 @@ config_h.set('WITH_BUILTIN_PLUGINS', enable_builtin_plugins)
|
259 | 259 | # MBIM support (enabled by default)
|
260 | 260 | enable_mbim = get_option('mbim')
|
261 | 261 | if enable_mbim
|
262 |
| - mbim_glib_dep = dependency('mbim-glib', version: '>= 1.31.5') |
| 262 | + mbim_glib_dep = dependency('mbim-glib', version: '>= 1.31.95') |
263 | 263 | endif
|
264 | 264 | config_h.set('WITH_MBIM', enable_mbim)
|
265 | 265 |
|
266 | 266 | # QMI support (enabled by default)
|
267 | 267 | enable_qmi = get_option('qmi')
|
268 | 268 | if enable_qmi
|
269 |
| - qmi_glib_dep = dependency('qmi-glib', version: '>= 1.35.6') |
| 269 | + qmi_glib_dep = dependency('qmi-glib', version: '>= 1.35.95') |
270 | 270 | endif
|
271 | 271 | config_h.set('WITH_QMI', enable_qmi)
|
272 | 272 |
|
|
0 commit comments