diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2024-07-26 16:33:11 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2024-07-26 16:35:18 +0000 |
commit | 14192af87e26822973e4da971bbc60fe6d6280c2 (patch) | |
tree | 94d2a67226173e522a54bf598214339aa41b8a09 /meson.build | |
parent | fc2886a3f93e92bff54d4f59f75f46a932e57fdf (diff) |
build: unstable release version bump to 1.23.9
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 bef20008..5a5028d5 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'ModemManager', 'c', - version: '1.23.8', + version: '1.23.9', license: 'GPL2', default_options: [ 'buildtype=debugoptimized', |