moodle/version.php
moodler faef9f7b8c Added timestart and timeend field to user_teachers table
(in preparation for enrollment architecture)
2004-06-24 08:23:16 +00:00

13 lines
380 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 = 2004062400; // The current version is a date (YYYYMMDDXX)
$release = "1.4 development"; // User-friendly version number
?>