Release version 5.19.
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
diff --git a/NEWS b/NEWS
index 3149d8a..7510c4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 5.19 - August 22, 2022
+ * Feature: get/set tx push (-g and -G)
+ * Feature: register dump support for TI CPSW
+ * Feature: register dump support for lan743x chipset
+ * Fix: fix missing sff-8472 output in netlink path
+ * Fix: fix EEPROM byte write
+
Version 5.18 - June 14, 2022
* Feature: get/set cqe size (-g and -G)
* Fix: fix typo in man page
diff --git a/configure.ac b/configure.ac
index c11f2b1..cc3525c 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.18, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.19, 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 2b27552..b8b21ee 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "June 2022" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "August 2022" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.