9936fe81ea
the category, and only updated when courses are moved/added/deleted etc or the admin looks at the category listing
14 lines
375 B
PHP
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
|
|
|
|
|
|
?>
|