diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-11-25 11:22:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-11-25 11:22:09 +0100 |
commit | 9cfa822fea98587606bce8009daafd7eadf8ad68 (patch) | |
tree | 2834670643e540168a895e737384d300c4628094 /tests | |
parent | c1e8744177c78b150c78d376ecb1f9aa0a7cfb08 (diff) |
testcurl: bump the version of this script!
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 26af79366..8c804e4cb 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -73,7 +73,7 @@ use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball $timestamp $notes); # version of this script -$version='2012-11-30'; +$version='2014-11-25'; $fixed=0; # Determine if we're running from git or a canned copy of curl, |