aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-24 22:40:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-24 22:40:56 +0100
commit4f447175909ca19d6d8cc847632dd8ad7b6aa753 (patch)
tree56d899eb54ff0dae2bb336e79c79502174b7a22e /tests/testcurl.pl
parent49d309866cea71d116486f5b707d2775c7c35f45 (diff)
provide a version number as today's date
It should at least help visualize which autobuilds that are using 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 097c747fc..e0f3b9a7b 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -72,7 +72,7 @@ use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball
$timestamp);
# version of this script
-$version='$Revision$';
+$version='2010-03-24';
$fixed=0;
# Determine if we're running from git or a canned copy of curl,