Just to ensure this gets fixed I just downloaded the new jumpbox and it is still running moodle 2.03+
I confirmed this by running to do a restore from moodle 1.9 and looking at version.php file
Michael
defined('MOODLE_INTERNAL') || die();
$version = 2011022100.00; // YYYYMMDD = date of the last version bump
// XX = daily increments
$release = '2.0.2+ (Build: 20110223)'; // Human-friendly version name
EDIT:
might have spoken too soon... more coming soon.
Michael
A brand new JumpBox for
A brand new JumpBox for Moodle 1.6.4, Site Administration > Server > Environment, shows 2.1 and Moodle has sometimes been a little loose in showing the exact version in the GUI.
Grepping ...
/var/data/moodle$ grep -r "version" * | grep Build
version.php:$release = '2.1+ (Build: 20110708)'; // Human-friendly version name
You may be right that a restore may not handle version.php the way it should, I haven't tried that. Let me know what you think.
David
all is good ... michael
all is good ...
michael