about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2025-09-12 19:47:12 +0200
committerMichael Biebl <biebl@debian.org>2025-09-12 19:47:12 +0200
commitb1655e06d992cd690c0b74f8292ef62f669ecdb1 (patch)
tree8b74f02013d9507317e19f4f415c218d619269f8 /meson.build
parent6a11a05e66efbf567f52e6a354540f18f3e023b6 (diff)
parentbc5f10851bffd6af1c2855635be7a28b6dba3195 (diff)
Update upstream source from tag 'upstream/1.54.1'
Update to upstream version '1.54.1'
with Debian dir e162c0a8d88871855453474e7d890fafe7ea06aa
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 2eac4ed7..c256823e 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.54.0',
+  version: '1.54.1',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',