moodle/version.php
moodler 047d30d1eb MySQL code (etc) to convert all usernames to lowercase ... does a lot more
checking than it really needs to, since MySQL is not case sensitive
2003-04-25 03:54:21 +00:00

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