version is hard-coded into the cfg-help script.
Was displaying Squid-2.HEAD as the version for the 3.0 build.
#
# Adrian Chadd <adrian@squid-cache.org>
#
-# $Id: build-cfg-help.pl,v 1.3 2007/06/25 09:58:49 hno Exp $
+# $Id: build-cfg-help.pl,v 1.4 2007/08/02 22:44:39 amosjeffries Exp $
#
# The template file is reasonably simple to parse. There's a number of
my ($comment);
my (%defines);
-my $version = "2.HEAD";
+my $version = "3.0-PRE6";
my $verbose = '';
my $path = "/tmp";
my $format = "splithtml";