diff options
author | Vladimír Beneš <vbenes@redhat.com> | 2025-05-30 11:36:41 +0200 |
---|---|---|
committer | Vladimír Beneš <vbenes@redhat.com> | 2025-05-30 11:36:41 +0200 |
commit | 872e626342a91a548af9412b9f3c05ab36047daa (patch) | |
tree | 482adddcb37d4ec7a9aa70756e7a72c3a50d9596 | |
parent | 20a660110bd1e653ccb71dbf6d0a2ab01b87fd8a (diff) |
release: bump version to 1.55.0 (development)1.55.0-dev
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 66474f6b25..1ee1fe35f9 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( # NOTE: When incrementing version also add corresponding # NM_VERSION_x_y_z macros in # "src/libnm-core-public/nm-version-macros.h.in" - version: '1.53.90', + version: '1.55.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |