From f3c6d0765dff885e168b94f28e06ecc640315a74 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 31 Jan 2020 12:10:14 +0100 Subject: New upstream version 1.22.6 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 183b381b..fab61e0f 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "shared/nm-version-macros.h.in" # - update number in configure.ac - version: '1.22.4', + version: '1.22.6', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', @@ -598,7 +598,7 @@ foreach prog_name : ['resolvconf', 'netconfig'] prog = find_program(prog_name, '/usr/' + prog_name, '/usr/sbin/' + prog_name, - '/usr/local/sbin' + prog_name, + '/usr/local/sbin/' + prog_name, required : false) if prog.found() prog_path = prog.path() -- cgit 1.3.0-6-gf8a5 From e536d40eaea5dcdc0743b0a5e8e17faa46608a50 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 19 Feb 2020 23:31:24 +0100 Subject: New upstream version 1.22.8 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index fab61e0f..334bf5cc 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "shared/nm-version-macros.h.in" # - update number in configure.ac - version: '1.22.6', + version: '1.22.8', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', -- cgit 1.3.0-6-gf8a5