diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-03-24 13:09:59 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-03-24 13:09:59 +0000 |
commit | 0d1980eef16cc0f1357d555b70606f852db2dc97 (patch) | |
tree | 3ca0fd3b6832e38963487d3ec88b7f74fcda0e07 | |
parent | 4718ad69b0cb30ecdef2bad9d431722976dd88e1 (diff) |
build: unstable release version bump to 1.33.51.33.5-dev
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6089b3d..8711e0a 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'libqmi', 'c', - version: '1.33.4', + version: '1.33.5', license: 'GPL2', default_options: [ 'buildtype=debugoptimized', |