moodle/version.php

13 lines
380 B
PHP
Raw Normal View History

<?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)
2004-07-08 07:52:55 +00:00
$version = 2004070800; // The current version is a date (YYYYMMDDXX)
$release = "1.4 development"; // User-friendly version number
?>