moodle/version.php
moodler 50b5487c54 Get rid of the enumerated type on the course formats, so that
we can think about adding custom course formats into course/format
2003-08-10 14:36:52 +00:00

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