Release version 5.13.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
diff --git a/NEWS b/NEWS
index 4e8b25c..c8fd678 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 5.13 - July 9, 2021
+	* Feature: netlink handler for FEC (--show-fec and --set-fec)
+	* Feature: FEC stats support (--show-fec)
+	* Feature: standard based stats support (-S)
+	* Feature: netlink handler for module EEPROM dump (-m)
+	* Feature: page, bank and i2c selection in module dump (-m)
+
 Version 5.12 - May 2, 2021
 	* Feature: support lanes count (no option and -s)
 	* Fix: fix help message for master-slave parameter (-s)
diff --git a/configure.ac b/configure.ac
index 730576b..6b620bf 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.12, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.13, 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 115322a..f83d6d1 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 "May 2021" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "July 2021" "Ethtool version @VERSION@"
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .