Release version 6.1.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
diff --git a/NEWS b/NEWS
index 683b536..5687c69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 6.1 - December 19, 2022
+	* Feature: update link mode tables
+	* Feature: register dump for NXP ENETC driver (-d)
+	* Feature: report TCP header-data split (-g)
+	* Feature: support new message types in pretty print
+	* Fix: fix compiler warnings
+	* Fix: man page syntax fixes
+
 Version 6.0 - October 10, 2022
 	* Fix: advertisement modes autoselection by lanes (-s)
 
diff --git a/configure.ac b/configure.ac
index 89d0e70..3eb4e7b 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, 6.0, netdev@vger.kernel.org)
+AC_INIT(ethtool, 6.1, 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 cafd059..bee47f2 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "October 2022" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "December 2022" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .