mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
14 lines
463 B
PHP
14 lines
463 B
PHP
<?php
|
|
|
|
// MOODLE VERSION INFORMATION
|
|
|
|
// This file defines the current version of the core Moodle code being used.
|
|
// This is compared against the values stored in the database to determine
|
|
// whether upgrades should be performed (see lib/db/*.php)
|
|
|
|
$version = 2010020301; // YYYYMMDD = date of the last version bump
|
|
// XX = daily increments
|
|
|
|
$release = '2.0 dev (Build: 20100207)'; // Human-friendly version name
|
|
|