diff options
author | Cyril Jouve <jv.cyril@gmail.com> | 2022-02-12 15:29:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 15:29:41 (GMT) |
commit | 8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778 (patch) | |
tree | 672c005a6bec25f00aaacec5250160d75943f203 /Modules/expat/expat.h | |
parent | 168fd6453b5de15236116f9261d64601d92571ac (diff) | |
download | cpython-8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778.zip cpython-8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778.tar.gz cpython-8aaaf7e182e22026c3487a3b86d4d7d4f0f5f778.tar.bz2 |
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
Diffstat (limited to 'Modules/expat/expat.h')
-rw-r--r-- | Modules/expat/expat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/expat/expat.h b/Modules/expat/expat.h index b7d6d35..4c5704f 100644 --- a/Modules/expat/expat.h +++ b/Modules/expat/expat.h @@ -11,7 +11,7 @@ Copyright (c) 2000-2005 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net> Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net> - Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org> + Copyright (c) 2016-2022 Sebastian Pipping <sebastian@pipping.org> Copyright (c) 2016 Cristian RodrÃguez <crrodriguez@opensuse.org> Copyright (c) 2016 Thomas Beutlich <tc@tbeu.de> Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk> @@ -1041,7 +1041,7 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold( */ #define XML_MAJOR_VERSION 2 #define XML_MINOR_VERSION 4 -#define XML_MICRO_VERSION 1 +#define XML_MICRO_VERSION 4 #ifdef __cplusplus } |