summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-07-14 15:12:02 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-07-14 15:12:02 +0200
commit4f0fb6937dc90b9923388ef9be7d71f072193976 (patch)
tree00d2b4266a1921d787d70fa1ce869ad4fb7c5717 /meson.build
parent9c3805b9f31123bcd9d8082d69de54bdea441efd (diff)
downloadlibmbim-4f0fb6937dc90b9923388ef9be7d71f072193976.tar.gz
build: version bump to flag existence of new API (DSSA MS extensions)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e11b989..f78888d 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'libmbim', 'c',
- version: '1.25.5',
+ version: '1.25.6',
license: 'GPL2',
default_options: [
'buildtype=debugoptimized',