diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-04-09 20:41:39 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-04-09 20:42:06 -0500 |
commit | 8174be2aec6e548e90c582bd6ecaf964de7b5b23 (patch) | |
tree | 6112f333b9f4ab26b30b57a25cd3d151178695c8 /meson.build | |
parent | dfa41adf391b090720fb1ea56d884f61ea7fba29 (diff) |
build: unstable release version bump to 1.25.0
Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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', |