From 3c2f2571d746e37d9ee9f750999b179e580056cd Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 26 Oct 2022 12:07:26 +0000 Subject: release: bump version to 1.28.0 --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 06fb33f..980e999 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libmbim', 'c', - version: '1.27.902', + version: '1.28.0', license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'], default_options: [ 'buildtype=debugoptimized', @@ -35,9 +35,9 @@ mbim_glib_pkgincludedir = mbim_includedir / mbim_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 = 10 +current = 11 revision = 0 -age = 6 +age = 7 mbim_glib_version = '@0@.@1@.@2@'.format(current - age, age, revision) mbim_gir_version = '1.0' -- cgit v1.2.1