summaryrefslogtreecommitdiff
path: root/libcurl/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-01 21:48:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-05 15:12:58 +0300
commit1ff5c0d21aeccc82f07cecbba20c8725f9db53e2 (patch)
tree31da60b5f25a55646cc6f6f6530f671e63692fd5 /libcurl/build
parent3b321915f741f148189439a2d3bba837d4e8e4c1 (diff)
Upgrade to 7.76.0
Diffstat (limited to 'libcurl/build')
-rw-r--r--libcurl/build/bootstrap.build9
1 files changed, 4 insertions, 5 deletions
diff --git a/libcurl/build/bootstrap.build b/libcurl/build/bootstrap.build
index f608fd0..8d5d371 100644
--- a/libcurl/build/bootstrap.build
+++ b/libcurl/build/bootstrap.build
@@ -14,7 +14,7 @@ using dist
# changes are made, the minor version when new features are added, and the
# patch version is increased for bug fixes. See also:
#
-# https://curl.haxx.se/docs/versions.html
+# https://curl.se/docs/versions.html
#
# The ABI version doesn't correlate with the release version and is assigned
# via the libtool's -version-info <current>:<revision>:<age> option
@@ -22,13 +22,12 @@ using dist
# makefile, the major version (current - age) is incremented for backwards-
# incompatible ABI changes. See also:
#
-# https://curl.haxx.se/libcurl/abi.html
+# https://curl.se/libcurl/abi.html
#
-if ($version.major == 7 && $version.minor == 67 && $version.patch == 0)
+if ($version.major == 7 && $version.minor == 76 && $version.patch == 0)
{
-
abi_version_major = 4
- abi_version = "$abi_version_major.6.0" # <current - age>.<age>.<revision>
+ abi_version = "$abi_version_major.7.0" # <current - age>.<age>.<revision>
}
else
fail 'increment the ABI version?'