moodle/version.php
2002-10-20 17:50:20 +00:00

12 lines
373 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 = 2002102101; // The current version is a date (YYYYMMDDXX)
$release = "1.0.6 dev 3"; // User-friendly version number