mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00

so that they are course modules in an (invisible) section, which means they are now editable and parameters, names etc can be changed.
11 lines
374 B
PHP
11 lines
374 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 = 2002102503; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$release = "1.0.6 beta 2"; // User-friendly version number
|
|
|