diff options
-rw-r--r-- | meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 7d7c748..2ae97fc 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libqmi', 'c', - version: '1.33.901', + version: '1.34.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 = 14 +current = 15 revision = 0 -age = 9 +age = 10 qmi_glib_version = '@0@.@1@.@2@'.format(current - age, age, revision) qmi_gir_version = '1.0' |