diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-20 16:58:01 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-20 16:58:01 +0200 |
| commit | 9bd8603f46041e6a61bae9bb63af648ffa003f3f (patch) | |
| tree | e39199107ab5d77822d7ddef54ad412a998d0d95 /meson.build | |
| parent | 537bfce2bda471c92caabd388589230200891509 (diff) | |
New upstream version 1.58.0 upstream/1.58.0
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 5383cb07..4638c50a 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.58-rc1', + version: '1.58.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |