summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-10-11 17:58:47 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-10-11 17:58:47 +0200
commit698c079fd9950d3ba2324d5d979be304a241e9e4 (patch)
tree6cd49988e53593d02fa2f782b3706f8d7259ad57
parent342eb5ad717c588db5bfd8defe1f86c4937c881d (diff)
build: version bump to flag existence of new API (QMI_DMS_RADIO_INTERFACE_TDS)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3bb0259..b44d183 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'libqmi', 'c',
- version: '1.31.0',
+ version: '1.31.1',
license: 'GPL2',
default_options: [
'buildtype=debugoptimized',