summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-07-20 16:58:01 +0200
committerMichael Biebl <biebl@debian.org>2026-07-20 16:58:01 +0200
commit9bd8603f46041e6a61bae9bb63af648ffa003f3f (patch)
treee39199107ab5d77822d7ddef54ad412a998d0d95 /meson.build
parent537bfce2bda471c92caabd388589230200891509 (diff)
New upstream version 1.58.0 upstream/1.58.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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',