git: 5630672e6f6d - stable/13 - lib/libexpat: update build config for 2.7.1

From: Philip Paeps <philip_at_FreeBSD.org>
Date: Mon, 07 Apr 2025 03:41:14 UTC
The branch stable/13 has been updated by philip:

URL: https://cgit.FreeBSD.org/src/commit/?id=5630672e6f6d58597a3d6f01928a7703f1cdd207

commit 5630672e6f6d58597a3d6f01928a7703f1cdd207
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2025-04-07 03:36:45 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2025-04-07 03:40:56 +0000

    lib/libexpat: update build config for 2.7.1
    
    Forgotten in fe9278888fd4414abe2d922e469cf608005f4c65.
    
    Point hat to:   philip
    
    (cherry picked from commit 00c8538e87c61f1fd57ccd9e02a6d435b68d9a73)
---
 lib/libexpat/expat_config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libexpat/expat_config.h b/lib/libexpat/expat_config.h
index 2bb52a4baa03..748f75ee157d 100644
--- a/lib/libexpat/expat_config.h
+++ b/lib/libexpat/expat_config.h
@@ -89,7 +89,7 @@
 #define PACKAGE_NAME "expat"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "expat 2.6.4"
+#define PACKAGE_STRING "expat 2.7.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "expat"
@@ -98,7 +98,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.6.4"
+#define PACKAGE_VERSION "2.7.1"
 
 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    required in a freestanding environment). This macro is provided for
@@ -106,7 +106,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "2.6.4"
+#define VERSION "2.7.1"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */