diff options
author | Thomas Haller <thaller@redhat.com> | 2022-01-12 17:35:10 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-01-12 17:35:10 +0100 |
commit | 0cfaa63120530fc1fca68f06112fcb4f7f614de6 (patch) | |
tree | e680ae42e701970a6503430105fd9722fcaa560b /meson.build | |
parent | ae28d2251a32e2e819b866ad9bc861e560ea8a3f (diff) | |
download | NetworkManager-0cfaa63120530fc1fca68f06112fcb4f7f614de6.tar.gz |
release: bump version to 1.35.4 (development)1.35.4-dev
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 6f2885ab7b..8b6417820c 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "src/libnm-core-public/nm-version-macros.h.in" # - update number in configure.ac - version: '1.35.3', + version: '1.35.4', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |