diff options
author | Filip Pokryvka <fpokryvk@redhat.com> | 2025-07-11 08:33:22 +0200 |
---|---|---|
committer | Filip Pokryvka <fpokryvk@redhat.com> | 2025-07-11 08:33:22 +0200 |
commit | f584524197755f76ae900e60411956de15b717ea (patch) | |
tree | 07eb8a531bd74c7bc13366bdf80c45f2a1603b52 | |
parent | 74cf2a2bd8899c481d7c3aec4fac949c1b3db22c (diff) |
release: bump version to 1.55.2 (development)1.55.2-devmain
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6125afa53d..628fcd4346 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.55.1', + version: '1.55.2', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |