Release version 4.10.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/NEWS b/NEWS
index bb72d67..c6f9e2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 4.10 - March 24, 2016
+
+	* Fix: Fix the "advertise" parameter logic.
+	* Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY downshift
+	* Feature: add register dump support for fjes driver (-d option)
+
+
 Version 4.8 - October 3, 2016
 
 	* Feature: QSFP Plus/QSFP28 Diagnostics Information Support
diff --git a/configure.ac b/configure.ac
index a4b88cb..05db357 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, 4.8, netdev@vger.kernel.org)
+AC_INIT(ethtool, 4.10, netdev@vger.kernel.org)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([ethtool.c])
 AM_INIT_AUTOMAKE([gnu])
diff --git a/ethtool.8.in b/ethtool.8.in
index 5c36c06..19f9c7b 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -113,7 +113,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "October 2016" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "March 2017" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .