mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
12 lines
369 B
PHP
12 lines
369 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 = 2002111100; // The current version is a date (YYYYMMDDXX)
|
|
|
|
$release = "1.0.6.2"; // User-friendly version number
|
|
|