From ede39de42d11aa00276da5add82e1b05e8f055a0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 15 Mar 2022 12:39:44 +0300 Subject: Upgrade to 2.4.7 --- libexpat/build/bootstrap.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexpat/build/bootstrap.build') diff --git a/libexpat/build/bootstrap.build b/libexpat/build/bootstrap.build index a145a49..8a55359 100644 --- a/libexpat/build/bootstrap.build +++ b/libexpat/build/bootstrap.build @@ -18,10 +18,10 @@ using install # from the comment in expat/configure.ac, the major version (current - age) is # incremented for backwards-incompatible ABI changes. # -if ($version.major == 2 && $version.minor == 4 && $version.patch == 6) +if ($version.major == 2 && $version.minor == 4 && $version.patch == 7) { abi_version_major = 1 - abi_version = "$abi_version_major.8.6" # .. + abi_version = "$abi_version_major.8.7" # .. } else fail 'increment the ABI version?' -- cgit v1.1