Release version 5.16.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
diff --git a/NEWS b/NEWS
index 798f3ac..38af413 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 5.16 - January 19, 2022
+	* Feature: use memory maps for module EEPROM parsing (-m)
+	* Feature: show CMIS diagnostic information (-m)
+	* Fix: fix dumping advertised FEC modes (--show-fec)
+	* Fix: ignore cable test notifications from other devices (--cable-test)
+	* Fix: do not show duplicate options in help text (--help)
+
 Version 5.15 - November 9, 2021
 	* Feature: new extended link substates for bad signal (no arg)
 	* Feature: coalesce cqe mode attributes (-c and -C)
diff --git a/configure.ac b/configure.ac
index d49eda6..8fc93c8 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, 5.15, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.16, netdev@vger.kernel.org)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([ethtool.c])
 AM_INIT_AUTOMAKE([gnu subdir-objects])
diff --git a/ethtool.8.in b/ethtool.8.in
index d2c7e5c..38fb68f 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "November 2021" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "January 2022" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .