provide a version number as today's date

It should at least help visualize which autobuilds that are
using this script.
This commit is contained in:
Daniel Stenberg 2010-03-24 22:40:56 +01:00
parent 49d309866c
commit 4f44717590
1 changed files with 1 additions and 1 deletions

View File

@ -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,