summaryrefslogtreecommitdiff
path: root/libexpat/build/bootstrap.build
diff options
context:
space:
mode:
Diffstat (limited to 'libexpat/build/bootstrap.build')
-rw-r--r--libexpat/build/bootstrap.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexpat/build/bootstrap.build b/libexpat/build/bootstrap.build
index 8a55359..71ba29a 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 == 7)
+if ($version.major == 2 && $version.minor == 4 && $version.patch == 9)
{
abi_version_major = 1
- abi_version = "$abi_version_major.8.7" # <current - age>.<age>.<revision>
+ abi_version = "$abi_version_major.8.9" # <current - age>.<age>.<revision>
}
else
fail 'increment the ABI version?'