moodle/version.php
2006-04-10 07:17:26 +00:00

14 lines
435 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 = 2006041001; // YYYYMMDD = date
// XY = increments within a single day
$release = '1.6 Beta 2'; // Human-friendly version name
?>