moodle/version.php
2004-05-20 03:50:21 +00:00

14 lines
382 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 = 2004052000; // The current version is a date (YYYYMMDDXX)
$release = "1.3 Nearly Ready"; // User-friendly version number
?>