mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
aac94fd0cc
that tells us how far to indent the activity when it is displayed. This gives us some more flexibility on the course outline to arrange things as we might like them, into subtopics etc Backup/restore is updated as well. There is also a bit more robustness in course/mod.php
14 lines
382 B
PHP
14 lines
382 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 = 2003091400; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$release = "1.2 development"; // User-friendly version number
|
|
|
|
|
|
?>
|