From 7d13f15eac2e220c8fac8f8f5f65abf6c168dacb Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 9 Jun 2020 15:09:54 -0400 Subject: [PATCH] session.cxx prerelease: declare support for kernel 5.7 --- session.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.cxx b/session.cxx index d0959f018..460b1209b 100644 --- a/session.cxx +++ b/session.cxx @@ -494,7 +494,7 @@ systemtap_session::version () "Copyright (C) 2005-2019 Red Hat, Inc. and others\n" // PRERELEASE "This is free software; see the source for copying conditions.\n", version_string().c_str()); - cout << _F("tested kernel versions: %s ... %s\n", "2.6.32", "5.4-rc6"); // PRERELEASE + cout << _F("tested kernel versions: %s ... %s\n", "2.6.32", "5.7.0"); // PRERELEASE cout << _("enabled features:") #ifdef HAVE_AVAHI -- 2.43.5