provide a version number as today's date
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2010 21:40:56 +0000 (22:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2010 21:40:56 +0000 (22:40 +0100)
It should at least help visualize which autobuilds that are
using this script.

tests/testcurl.pl

index 097c747..e0f3b9a 100755 (executable)
@@ -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,