From 4f447175909ca19d6d8cc847632dd8ad7b6aa753 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Mar 2010 22:40:56 +0100 Subject: [PATCH] provide a version number as today's date It should at least help visualize which autobuilds that are using this script. --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,