summaryrefslogtreecommitdiff
path: root/libz/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-04-08 20:25:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-04-08 20:53:41 +0300
commite7414ecc587eaac87de2b364e80bbdc56d6e9eee (patch)
tree3a4345b40e199ee283d5ec01d2b6f94ee2864bf6 /libz/build
parentba3258b954d669e8d5196308cac1e702f9353af0 (diff)
Upgrade to 1.2.12
Diffstat (limited to 'libz/build')
-rw-r--r--libz/build/bootstrap.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libz/build/bootstrap.build b/libz/build/bootstrap.build
index 10e9b8a..7f51ad3 100644
--- a/libz/build/bootstrap.build
+++ b/libz/build/bootstrap.build
@@ -30,10 +30,10 @@ using install
# Makefile.in). So presumably major is incremented on backwards-incompatible
# ABI changes.
#
-if ($version.major == 1 && $version.minor == 2 && $version.patch == 1100)
+if ($version.major == 1 && $version.minor == 2 && $version.patch == 1200)
{
abi_version_major = 1
- abi_version = "$abi_version_major.2.11" # ...11.1 for subrevision 1, etc.
+ abi_version = "$abi_version_major.2.12" # ...12.1 for subrevision 1, etc.
}
else
fail "increment the ABI version?"