From beb35c69afadd46a84abd6788c69e760ffacdd64 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 1 Jul 2013 17:03:20 +0100 Subject: Release version 3.10. Signed-off-by: Ben Hutchings --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1