moodle/version.php
2004-08-21 17:21:44 +00:00

12 lines
389 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 = 2004082100; // The current version is a date (YYYYMMDDXX)
$release = "1.4 aiming-for-beta-soon"; // User-friendly version number
?>