From e7414ecc587eaac87de2b364e80bbdc56d6e9eee Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Apr 2022 20:25:49 +0300 Subject: Upgrade to 1.2.12 --- libz/build/bootstrap.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libz/build/bootstrap.build') 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?" -- cgit v1.1