diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2024-09-16 09:19:23 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2024-09-16 09:19:23 +0000 |
commit | a1214b5fd52bb834193f14d725b6f003645c15c8 (patch) | |
tree | 409573493d4cebff5c9ad6aa28faae99c5e6ec43 /meson.build | |
parent | a1f2d8c99b396887206d7a9dde50eef8c2e31c76 (diff) |
build: unstable release version bump to 1.23.11
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 3e6db1e3..9c64fd18 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'ModemManager', 'c', - version: '1.23.10', + version: '1.23.11', license: 'GPL2', default_options: [ 'buildtype=debugoptimized', |