diff options
author | Thomas Haller <thaller@redhat.com> | 2020-06-28 19:03:43 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-06-28 19:03:43 +0200 |
commit | 29019eeb452766b999d441adf0df95e7869838af (patch) | |
tree | 8d9ab5aca65b4fc1c26f5f574645422f17b065ee /meson.build | |
parent | 783e4086a98a6a367df0dea27d1886643aac759b (diff) | |
download | NetworkManager-29019eeb452766b999d441adf0df95e7869838af.tar.gz |
release: bump version to 1.25.91 (1.26-rc2) (development)1.26-rc2
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 03ab071b90..22e0b9eddf 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "shared/nm-version-macros.h.in" # - update number in configure.ac - version: '1.25.90', + version: '1.25.91', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |