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
|
|
|
|
// compared against the values stored in the
|
|
|
|
// database to determine whether upgrades should
|
|
|
|
// be performed (see lib/db/*.php)
|
2002-07-27 13:09:08 +00:00
|
|
|
|
2002-11-11 08:25:41 +00:00
|
|
|
$version = 2002111100; // The current version is a date (YYYYMMDDXX)
|
2002-09-06 14:06:48 +00:00
|
|
|
|
2002-11-11 08:25:41 +00:00
|
|
|
$release = "1.0.6.2"; // User-friendly version number
|
2002-07-27 13:09:08 +00:00
|
|
|
|