Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2024 14:24:26 GMT
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c284f45dc796 - main - lib/libexpat: update build config for 2.6.3
Message-ID:  <202409281424.48SEOQep088489@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ngie:

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

commit c284f45dc796693ef63ccb38df361968b733e294
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2024-09-28 14:22:11 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2024-09-28 14:23:32 +0000

    lib/libexpat: update build config for 2.6.3
    
    MFC after:      1 week
    MFC with:       ffd294a1f4c23863c3e515d16dce31d5509bcb01
    Differential Revision:  https://reviews.freebsd.org/D46830
---
 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 0d581a431a53..5d39aeb2e870 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.0"
+#define PACKAGE_STRING "expat 2.6.3"
 
 /* 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.0"
+#define PACKAGE_VERSION "2.6.3"
 
 /* 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.0"
+#define VERSION "2.6.3"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409281424.48SEOQep088489>