From: Dan Fandrich Date: Tue, 28 Mar 2023 22:14:54 +0000 (-0700) Subject: testcurl: bump version date X-Git-Tag: curl-8_1_0~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f1b70546782bb3dd4fcb9a550cc0b9014ba637;p=thirdparty%2Fcurl.git testcurl: bump version date It hadn't been updated in 9 years; it's time. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index beefef06d0..09b0d98b18 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -77,7 +77,7 @@ use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball $timestamp $notes); # version of this script -$version='2014-11-25'; +$version='2023-03-28'; $fixed=0; # Determine if we're running from git or a canned copy of curl,