From 3f07d6e5b4677558543b3b4484ea88ad92257e92 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 11 Oct 2023 12:17:44 +0000 Subject: release: bump version to 1.34.0 --- meson.build | 6 +++--- 1 file 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' -- cgit v1.2.3