Release version 5.0.

Signed-off-by: John W. Linville <linville@redhat.com>
diff --git a/NEWS b/NEWS
index 9b60a70..3332ddf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 5.0 - March 13, 2019
+	* Feature: don't report UFO on kernels v4.14 and above
+	* Fix: zero initialize coalesce struct
+	* Feature: dsa: add pretty dump
+	* Feature: dsa: mv88e6xxx: add pretty dump
+	* Feature: dsa: mv88e6xxx: add pretty dump for 88E6185
+	* Feature: dsa: mv88e6xxx: add pretty dump for 88E6161
+	* Feature: dsa: mv88e6xxx: add pretty dump for 88E6352
+	* Feature: dsa: mv88e6xxx: add pretty dump for 88E6390
+	* Feature: dsa: mv88e6xxx: add pretty dump for others
+
 Version 4.19 - November 2, 2018
 	* Feature: support combinations of FEC modes
 	* Feature: better syntax for combinations of FEC modes
diff --git a/configure.ac b/configure.ac
index 5073a34..4e5477a 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.19, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.0, 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 5a26cff..4053a56 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -113,7 +113,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "November 2018" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "March 2019" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .