Files
moodle/version.php
T
moodler 4c17698e77 Bump
2004-02-24 03:12:29 +00:00

14 lines
383 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 = 2004022400; // The current version is a date (YYYYMMDDXX)
$release = "1.2 nearly beta!"; // User-friendly version number
?>