Hi --

I've just installed 3.0.0 on a cluster and noticed something funny
with the version reporting.  The web page reports "Gmetad Web Frontend
version 2.5.7".  Looking at the PHP sources I see that there is a
generated file called "version.php" which indeed says 3.0.0.  However,
the file "conf.php" reports 2.5.7.  It looks like something might have
been partially hooked up?

My guess is that the top lines of conf.php should read:

include "./version.php";

rather than:

$majorversion = 2;
$minorversion = 5;
$microversion = 7;

-Bruce

Reply via email to