We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cfcdd commit aa450aaCopy full SHA for aa450aa
scripts/build_curl.bat
@@ -11,7 +11,7 @@
11
12
@echo off
13
set CURL_SRC_VERSION=8.6.0
14
-set CURL_BUILD_VERSION=1
+set CURL_BUILD_VERSION=2
15
set CURL_VERSION=%CURL_SRC_VERSION%.%CURL_BUILD_VERSION%
16
call %*
17
goto :EOF
scripts/build_curl.sh
@@ -13,7 +13,7 @@ function usage() {
set -o pipefail
CURL_SRC_VERSION=8.6.0
-CURL_BUILD_VERSION=1
+CURL_BUILD_VERSION=2
CURL_DIR=$CURL_SRC_VERSION
18
CURL_VERSION=${CURL_DIR}.${CURL_BUILD_VERSION}
19
0 commit comments