Files
moodle/version.php
T
2004-09-12 16:24:11 +00:00

13 lines
372 B
PHP

<?PHP //$Id$
// This file defines the current version of the
// Moodle code that is being used. This can be
// compared against the values stored in the
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
$version = 2004083101; // MUST NOT BE CHANGED! (except by Martin)
$release = "1.4.1+"; // User-friendly version number
?>