From 54802b2c28265769c2dc1b126419ac673316eb64 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 11 Sep 2017 20:07:40 +0200 Subject: Report if the option is supported by a newer kernel release Instead ot printing "Unknown argument: foo", if foo option is supported by a newer kernel release, report that. --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 7f4e263..f9d8dca 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 9:0:6 +LIBVERSION = 10:0:7 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include -- cgit v1.2.3