Files
moodle/version.php
T
moodler 2dd899c85a Bump
2004-08-19 17:15:24 +00:00

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