From 2694de9beec270a5d9ee98c7980c899b79f7b57a Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 18 Feb 2025 01:16:47 +0000 Subject: [PATCH] version pulled from upstream to fix version test. commit 932a0b3b1992497e23fd9b8d31116b9ca9b0f98d fix version in configure.ac Gbp-Pq: Name version.patch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65ab74b..b98eac6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lsof],[4.99.0]) +AC_INIT([lsof],[4.99.3]) AM_INIT_AUTOMAKE([subdir-objects]) LT_INIT([disable-fast-install]) # avoid lt-lsof naming # Locate custom m4 macros -- 2.30.2