moodle/version.php

15 lines
435 B
PHP
Raw Normal View History

<?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)
2006-03-29 18:52:42 +00:00
$version = 2006032900; // YYYYMMDD = date
// XY = increments within a single day
2006-03-29 18:52:42 +00:00
$release = '1.6 Beta 1'; // Human-friendly version name
?>