diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-11 12:44:51 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-11 12:45:04 +0000 |
commit | bc7eda356bd57f7487053195b67d5dc12601e3ae (patch) | |
tree | 8c00b0348faad80d2cb332b650ca5c3276181f2b | |
parent | 03f786ce66360d67c669f4f122f8aa458e6f01ea (diff) |
build: post-release version bump to 1.23.0
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 969fe3a2..6a9b5521 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'ModemManager', 'c', - version: '1.22.0', + version: '1.23.0', license: 'GPL2', default_options: [ 'buildtype=debugoptimized', |