diff options
author | Expat Upstream <kwrobot@kitware.com> | 2022-02-20 17:01:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-22 22:11:37 (GMT) |
commit | 4c031b941715f1305275ff24e2aa548aa15ee7a1 (patch) | |
tree | 8013a7580e51303b9497c328eccdcaaef8e79346 /lib/expat.h | |
parent | 8e0070b905e6016fee13cb5481dc10f8a85a2436 (diff) | |
download | CMake-4c031b941715f1305275ff24e2aa548aa15ee7a1.zip CMake-4c031b941715f1305275ff24e2aa548aa15ee7a1.tar.gz CMake-4c031b941715f1305275ff24e2aa548aa15ee7a1.tar.bz2 |
expat 2022-02-20 (65a21f2b)
Code extracted from:
https://github.com/libexpat/libexpat.git
at commit 65a21f2b2a306d29b44e70264aca948aa0454219 (R_2_4_6).
Diffstat (limited to 'lib/expat.h')
-rw-r--r-- | lib/expat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/expat.h b/lib/expat.h index 4c5704f..46a0e1b 100644 --- a/lib/expat.h +++ b/lib/expat.h @@ -1041,7 +1041,7 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold( */ #define XML_MAJOR_VERSION 2 #define XML_MINOR_VERSION 4 -#define XML_MICRO_VERSION 4 +#define XML_MICRO_VERSION 6 #ifdef __cplusplus } |