Release version 3.14.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
diff --git a/NEWS b/NEWS
index 2853565..e444afa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 3.14 - April 21, 2014
+
+	* Fix: Report Backplane as supported port (no option)
+	* Feature: Allow building a smaller executable without pretty-
+	  printing of register/EEPROM dumps (./configure --disable-pretty-dump)
+	* Fix: Typo in channel parameter format in an error message (-L option)
+
 Version 3.13 - January 27, 2014
 
 	* Doc: Update GPL text to include current address of the FSF
diff --git a/configure.ac b/configure.ac
index ab0b01b..c84aae5 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.13, netdev@vger.kernel.org)
+AC_INIT(ethtool, 3.14, netdev@vger.kernel.org)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([ethtool.c])
 AM_INIT_AUTOMAKE([gnu])