Release version 6.0.
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
diff --git a/NEWS b/NEWS
index 0181816..683b536 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 6.0 - October 10, 2022
+ * Fix: advertisement modes autoselection by lanes (-s)
+
Version 5.19 - August 22, 2022
* Feature: get/set tx push (-g and -G)
* Feature: register dump support for TI CPSW (-d)
diff --git a/configure.ac b/configure.ac
index cc3525c..89d0e70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(ethtool, 5.19, netdev@vger.kernel.org)
+AC_INIT(ethtool, 6.0, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu subdir-objects])
diff --git a/ethtool.8.in b/ethtool.8.in
index b8b21ee..1c0e234 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "August 2022" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "October 2022" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.