git: 67c802c948ab - main - libpcap: Update PACKAGE_VERSION definition to 1.10.4

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Mon, 29 May 2023 18:42:35 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/src/commit/?id=67c802c948abf6955c3d8b53f4a41293a9caea24

commit 67c802c948abf6955c3d8b53f4a41293a9caea24
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2023-05-29 17:28:15 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2023-05-29 18:41:01 +0000

    libpcap: Update PACKAGE_VERSION definition to 1.10.4
    
    Reviewed by:    kp
    Fixes:          6f9cba8f8b5e (libpcap: Update to 1.10.3)
    Fixes:          dd744a896be3 (libpcap: Update to 1.10.4)
    Sponsored by:   The FreeBSD Foundation
---
 lib/libpcap/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h
index 7c823a07c3a4..f85b7d76a282 100644
--- a/lib/libpcap/config.h
+++ b/lib/libpcap/config.h
@@ -193,7 +193,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.9.1"
+#define PACKAGE_VERSION "1.10.4"
 
 /* target host supports netmap */
 #define PCAP_SUPPORT_NETMAP 1