diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-10-19 11:25:33 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-10-19 11:25:33 +0000 |
commit | ec28c85a6a29e819266c4fb167e4defe9a2a33d9 (patch) | |
tree | 54905947103ed677af63323e43c56dceb57bb948 /meson.build | |
parent | 72f72d0bfd8ba5e20e34c5c71ba53114acdf9555 (diff) |
build: bump version to 1.19.900 (1.20-rc1)
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 0e753de3..9cfb48cb 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'ModemManager', 'c', - version: '1.19.1', + version: '1.19.900', license: 'GPL2', default_options: [ 'buildtype=debugoptimized', |