moodle/version.php
moodler 464fd803fa Sorry, Eloy, my directions were wrong.
I've changed hiddentopics to hiddensections ...
2004-04-30 12:10:46 +00:00

13 lines
381 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 = 2004043001; // The current version is a date (YYYYMMDDXX)
$release = "1.3 development"; // User-friendly version number
?>