Release version 4.15.

Signed-off-by: John W. Linville <linville@redhat.com>
diff --git a/NEWS b/NEWS
index 424c60d..b153416 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 4.15 - February 1, 2018
+
+	* Feature: Support for FEC encoding control
+	* Fix: Fix coding style warnings and errors reported by checkpatch
+	* Feature: Add extended compliance codes parsing to sfp modules
+	* Fix: Revert "ethtool: Add DMA Coalescing support"
+	* Feature: Add ETHTOOL_RESET support via --reset command
+	* Fix: fix MFLCN register dump for 82599 and newer
+
+
 Version 4.13 - October 27, 2017
 
 	* Fix: Do not return error code if no changes were attempted.
diff --git a/configure.ac b/configure.ac
index ce23a43..cb61a02 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.13, netdev@vger.kernel.org)
+AC_INIT(ethtool, 4.15, 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 9573ffd..11e0edb 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -113,7 +113,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "October 2017" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "February 2018" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .