Files
moodle/version.php
T
moodler fff79722e5 A new course field called "showgrades" which allows the teacher to
turn the display of the grade book on and off.
2003-08-20 07:32:24 +00:00

14 lines
375 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 = 2003082001; // The current version is a date (YYYYMMDDXX)
$release = "1.1 Beta"; // User-friendly version number
?>