wcurl: import v2025.11.04

Closes #19353
This commit is contained in:
Samuel Henrique 2025-11-04 08:33:28 +00:00 committed by Daniel Stenberg
parent 11683f121d
commit 913c1f28c9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@
# Stop on errors and on usage of unset variables.
set -eu
VERSION="2025.09.27+dev"
VERSION="2025.11.04"
PROGRAM_NAME="$(basename "$0")"
readonly PROGRAM_NAME