1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-02 06:52:33 +01:00
moodle/version.php
2008-10-13 01:49:00 +00:00

15 lines
466 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 = 2008101000; // YYYYMMDD = date of the last version bump
// XX = daily increments
$release = '2.0 dev (Build: 20081013)'; // Human-friendly version name
?>