From 7d9ffe87cc682ddb5c8ce6a1bdbef1773b26ec96 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 23 Feb 2018 12:58:22 -0500 Subject: [PATCH] session.cxx: bump supported kernel version latest to 4.15.3 --- session.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.cxx b/session.cxx index c7eaf6f69..5800f28fd 100644 --- a/session.cxx +++ b/session.cxx @@ -486,7 +486,7 @@ systemtap_session::version () "This is free software; see the source for copying conditions.\n", version_string().c_str()); // PRERELEASE - cout << _F("tested kernel versions: %s ... %s\n", "2.6.18", "4.14-rc4"); + cout << _F("tested kernel versions: %s ... %s\n", "2.6.18", "4.15.3"); cout << _("enabled features:") #ifdef HAVE_AVAHI -- 2.43.5