summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2013-07-01 17:03:20 +0100
committerBen Hutchings <bhutchings@solarflare.com>2013-07-01 17:03:20 +0100
commitbeb35c69afadd46a84abd6788c69e760ffacdd64 (patch)
treecacd996d0dd14834abaf4e81cbeb15e19c892e79
parentc9fb9939f1093c6b7491bfef180b8c895817ad6a (diff)
downloadethtool-beb35c69afadd46a84abd6788c69e760ffacdd64.tar.gz
Release version 3.10.HEADmaster
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dbe7b18..fcee97c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 3.10 - July 1, 2013
+
+ * Feature: Beautify private flags print (--show-priv-flags option)
+
Version 3.9 - April 30, 2013
* Feature: Display support for 10000BASE-KR link mode (no options)
diff --git a/configure.ac b/configure.ac
index 164a1ac..70323ad 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, 3.9, netdev@vger.kernel.org)
+AC_INIT(ethtool, 3.10, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])