Files
moodle/version.php
T
2004-07-09 09:47:04 +00:00

13 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 = 2004052502; // The current version is a date (YYYYMMDDXX)
$release = "1.3.2 +"; // User-friendly version number
?>