]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
testcurl: bump the version of this script!
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Nov 2014 10:22:09 +0000 (11:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Nov 2014 10:22:09 +0000 (11:22 +0100)
tests/testcurl.pl

index 26af793667cff59063966f5dc7ffc808b7576687..8c804e4cbcf73707f605e89ca56290d528a75738 100755 (executable)
@@ -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,