diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 22:40:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 22:40:56 +0100 |
commit | 4f447175909ca19d6d8cc847632dd8ad7b6aa753 (patch) | |
tree | 56d899eb54ff0dae2bb336e79c79502174b7a22e /tests | |
parent | 49d309866cea71d116486f5b707d2775c7c35f45 (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')
-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 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, |