aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-11-25 11:22:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-11-25 11:22:09 +0100
commit9cfa822fea98587606bce8009daafd7eadf8ad68 (patch)
tree2834670643e540168a895e737384d300c4628094 /tests/testcurl.pl
parentc1e8744177c78b150c78d376ecb1f9aa0a7cfb08 (diff)
testcurl: bump the version of this script!
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl2
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,