summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-10-26 12:07:26 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-10-26 12:09:24 +0000
commit3c2f2571d746e37d9ee9f750999b179e580056cd (patch)
tree6c87ef3bc8e671678159d83ea6253ec78c14e3db
parentb351084c398135a02b8382f138acbbc8bbd0f1ae (diff)
release: bump version to 1.28.01.28.0
-rw-r--r--meson.build6
1 files 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'