aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-04-10 01:57:38 +0000
committerDan Williams <dan@ioncontrol.co>2025-04-10 01:57:38 +0000
commit67a9e58f30edab62bcd067e21a903677234a42b2 (patch)
tree6112f333b9f4ab26b30b57a25cd3d151178695c8
parentdfa41adf391b090720fb1ea56d884f61ea7fba29 (diff)
parent8174be2aec6e548e90c582bd6ecaf964de7b5b23 (diff)
Merge request !1331 from 'bump-1-25-0'
build: unstable release version bump to 1.25.0 https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1331
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4cccc00a..fa8b13a9 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'ModemManager', 'c',
- version: '1.24.0',
+ version: '1.25.0',
license: 'GPL2',
default_options: [
'buildtype=debugoptimized',