Commit 4f447175 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

provide a version number as today's date

It should at least help visualize which autobuilds that are
using this script.
parent 49d30986
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,