Release version 6.11.
diff --git a/NEWS b/NEWS
index 23e6e3c..4fb5713 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 6.11 - October 8, 2024
+ * Feature: cmis: print active and inactive firmware versions
+ * Feature: flash transceiver module firmware (--flash-module-firmware)
+ * Feature: add T1BRR 10Mb/s mode to link mode tables
+ * Feature: support for disabling netlink from command line
+ * Fix: fix lanes parameter format specifier
+ * Fix: add missing clause 33 PSE manual description
+ * Fix: qsf: Better handling of Page A2h netlink read failure
+ * Fix: rss: retrieve ring count using ETHTOOL_GRXRINGS ioctl (-x)
+ * Misc: man page formatting fix
+
Version 6.10 - August 9, 2024
* Feature: suport for PoE in PSE (--show-pse and --set-pse)
* Feature: add statistics support to tsinfo (-T)
diff --git a/configure.ac b/configure.ac
index f6fe260..f9f169e 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.10, netdev@vger.kernel.org)
+AC_INIT(ethtool, 6.11, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([ethtool.c])
diff --git a/ethtool.8.in b/ethtool.8.in
index 8106006..ea3655f 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "August 2024" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "October 2024" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.