summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-10-11 12:04:15 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-10-11 12:04:15 +0000
commit399adc3f31679b335fbb56bd468522c8038447f8 (patch)
tree190757a3e820ec42f7aed2ec4876f9156744aeac
parent8415687e4f30ae5e36f407f179c8147f1529725c (diff)
build: post-release version bump to 1.30.1mbim-1-30
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index eb8d23d..65560c4 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'libmbim', 'c',
- version: '1.30.0',
+ version: '1.30.1',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'buildtype=debugoptimized',