2002-07-27 13:09:08 +00:00
|
|
|
<?PHP //$Id$
|
2002-10-05 17:09:31 +00:00
|
|
|
// This file defines the current version of the
|
|
|
|
// Moodle code that is being used. This can be
|
2004-04-29 10:29:48 +00:00
|
|
|
// compared against the values stored in the
|
2002-10-05 17:09:31 +00:00
|
|
|
// database to determine whether upgrades should
|
|
|
|
// be performed (see lib/db/*.php)
|
2002-07-27 13:09:08 +00:00
|
|
|
|
2004-08-26 13:45:26 +00:00
|
|
|
$version = 2004082600; // The current version is a date (YYYYMMDDXX)
|
2002-09-06 14:06:48 +00:00
|
|
|
|
2004-08-24 04:38:51 +00:00
|
|
|
$release = "1.5 development"; // User-friendly version number
|
2002-07-27 13:09:08 +00:00
|
|
|
|
2003-05-23 05:32:40 +00:00
|
|
|
?>
|