summaryrefslogtreecommitdiff
path: root/libcurl/build/bootstrap.build
diff options
context:
space:
mode:
Diffstat (limited to 'libcurl/build/bootstrap.build')
-rw-r--r--libcurl/build/bootstrap.build17
1 files changed, 8 insertions, 9 deletions
diff --git a/libcurl/build/bootstrap.build b/libcurl/build/bootstrap.build
index f608fd0..9704ab7 100644
--- a/libcurl/build/bootstrap.build
+++ b/libcurl/build/bootstrap.build
@@ -1,5 +1,5 @@
-# file : build/root.build
-# license : cURL License; see accompanying COPYING file
+# file : build/bootstrap.build
+# license : curl License; see accompanying COPYING file
project = libcurl
@@ -14,21 +14,20 @@ 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
-# (VERSIONINFO in lib/Makefile.am). As it follows from the comment in the
+# via the libtool's -version-info <current>:<revision>:<age> option (VERSION*
+# variables in lib/Makefile.soname). As it follows from the comment in the
# 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 == 8 && $version.minor == 4 && $version.patch == 0)
{
-
abi_version_major = 4
- abi_version = "$abi_version_major.6.0" # <current - age>.<age>.<revision>
+ abi_version = "$abi_version_major.8.0" # <current - age>.<age>.<revision>
}
else
fail 'increment the ABI version?'