diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-10-26 12:21:22 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-10-26 12:21:22 +0000 |
commit | d0973775d2bce93fb927ce7bc6c61385b146f54d (patch) | |
tree | c95565d08bfd83d78976d31e58b54233ba81bea0 | |
parent | d8e33acdeb533f7bed61942821fc95a6e7d0a3a2 (diff) |
release: bump version to 1.32.01.32.0
-rw-r--r-- | meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 1f3139b..bf96d40 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libqmi', 'c', - version: '1.31.901', + version: '1.32.0', license: 'GPL2', default_options: [ 'buildtype=debugoptimized', @@ -35,9 +35,9 @@ qmi_glib_pkgincludedir = qmi_includedir / qmi_glib_include_subdir # - Otherwise, increment c and zero r. # - If the interface has grown (that is, the new library is compatible with old code), increment a. # - If the interface has changed in an incompatible way (that is, functions have changed or been removed), then zero a. -current = 13 +current = 14 revision = 0 -age = 8 +age = 9 qmi_glib_version = '@0@.@1@.@2@'.format(current - age, age, revision) qmi_gir_version = '1.0' |