Release version 4.6.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
diff --git a/NEWS b/NEWS
index 10e4404..fcff9c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 4.6 - June 26, 2016
+
+	* Feature: Support register dump on Intel X550 NICs (-d option)
+	* Fix: Correct some reported register offsets on Intel 10GbE NICs
+	  (-d option)
+	* Feature: Add IPv6 support to NFC (-n, -N, -u and -U options)
+	* Feature: Add support for ETHTOOL_xLINKSETTINGS ioctls (no option
+	  and -s option)
+	* Feature: Use netlink socket when AF_INET not available
+
 Version 4.5 - March 14, 2016
 
 	* Tests: Fix missing function declarations when building tests
diff --git a/configure.ac b/configure.ac
index 6ebffed..991bfac 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.5, netdev@vger.kernel.org)
+AC_INIT(ethtool, 4.6, 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 e08c9a7..9269a8d 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -113,7 +113,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "March 2016" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "June 2016" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .