summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-09-26 07:56:32 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-09-26 10:01:08 +0000
commit0d741ce6b56a60dcea1bcea746ed56cb65beaa82 (patch)
tree8933d20672518c471263645a51925fb952f7d5f2
parentbac55a4c1a141e871aed2cf714e4297a7789d5a8 (diff)
bump version to 1.29.900 (1.30-rc1)1.30-rc1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3b4cf2c..85200e8 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'libmbim', 'c',
- version: '1.29.8',
+ version: '1.29.900',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'buildtype=debugoptimized',