diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2022-02-20 16:05:01 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2022-02-20 16:09:26 +0100 |
commit | 28f74546b4cea31c8c690ced8fc215307052c9b8 (patch) | |
tree | 9bc4a4f15bfc64e3ccc3837b38a1a48f32ef9b9e /expat/tests | |
parent | 45732df416c157fe2994824ec52ad6ea6d00c924 (diff) | |
download | libexpat-git-28f74546b4cea31c8c690ced8fc215307052c9b8.tar.gz |
Bump version to 2.4.6
Diffstat (limited to 'expat/tests')
-rw-r--r-- | expat/tests/runtests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index e28670d2..6d6f6690 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -7588,7 +7588,7 @@ START_TEST(test_misc_version) { fail("Version mismatch"); #if ! defined(XML_UNICODE) || defined(XML_UNICODE_WCHAR_T) - if (xcstrcmp(version_text, XCS("expat_2.4.5"))) /* needs bump on releases */ + if (xcstrcmp(version_text, XCS("expat_2.4.6"))) /* needs bump on releases */ fail("XML_*_VERSION in expat.h out of sync?\n"); #else /* If we have XML_UNICODE defined but not XML_UNICODE_WCHAR_T |