https://git.reactos.org/?p=reactos.git;a=commitdiff;h=df1adce32cba8493589d1d085081dc9ad6a43326

commit df1adce32cba8493589d1d085081dc9ad6a43326
Author:     Thomas Faber <thomas.fa...@reactos.org>
AuthorDate: Sat Nov 19 15:07:16 2022 -0500
Commit:     Thomas Faber <thomas.fa...@reactos.org>
CommitDate: Mon Nov 21 19:46:11 2022 -0500

    [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

Reply via email to