summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-08-07 04:53:32 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-08-07 04:53:32 +0000
commitac6e2cd6141facc69d7c4a8cd8e59f24a68a0ebd (patch)
treecd184a72a6f8897df6473639ad5d9350b6e105af
parente129ca87a698d81753d1935c3ea3209f0dcf9c78 (diff)
build: unstable release version bump to 1.29.81.29.8-dev
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 56356da..3b4cf2c 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'libmbim', 'c',
- version: '1.29.7',
+ version: '1.29.8',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'buildtype=debugoptimized',