Files
moodle/version.php
T
2002-12-10 03:58:07 +00:00

12 lines
367 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 = 2002121000; // The current version is a date (YYYYMMDDXX)
$release = "1.0.7"; // User-friendly version number