Files
moodle/version.php
T
moodler 9936fe81ea The number of courses in the categories is now cached in the
the category, and only updated when courses are moved/added/deleted etc
or the admin looks at the category listing
2003-08-19 09:26:36 +00:00

14 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 = 2003081900; // The current version is a date (YYYYMMDDXX)
$release = "1.1 alpha"; // User-friendly version number
?>