summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-10-11 12:17:44 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-10-11 12:17:44 +0000
commit3f07d6e5b4677558543b3b4484ea88ad92257e92 (patch)
tree8595fcbb418b73cd284e7eaf2ba04b179727be30
parent2bf592764fef864a04194e9ab1b6057af09780ae (diff)
release: bump version to 1.34.01.34.0
-rw-r--r--meson.build6
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'