From df1adce32cba8493589d1d085081dc9ad6a43326 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sat, 19 Nov 2022 15:07:16 -0500 Subject: [PATCH] [LIBXML2] Fix forgotten config.h update. CORE-17766 --- sdk/lib/3rdparty/libxml2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/lib/3rdparty/libxml2/config.h b/sdk/lib/3rdparty/libxml2/config.h index d6756c32de0..6b5df665663 100644 --- a/sdk/lib/3rdparty/libxml2/config.h +++ b/sdk/lib/3rdparty/libxml2/config.h @@ -273,7 +273,7 @@ /* #undef VA_LIST_IS_ARRAY */ /* Version number of package */ -#define VERSION "2.9.9" +#define VERSION "2.9.12" /* Determine what socket length (socklen_t) data type is */ #define XML_SOCKLEN_T int