From f67ec0ddf40670f1c3b516a61ba373f4c3b544fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Fri, 2 May 2025 14:43:12 +0000 Subject: [PATCH] Revert "release: bump version to 1.53.4 (development)" This reverts commit 4f849c74b5ae62cd6e1a1da4dbf3612731e7c1e1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b1ee6d638b..e13cd9da07 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.53.4', + version: '1.53.3', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',