moodle/version.php
2003-01-05 06:46:21 +00:00

11 lines
377 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 = 2003010500; // The current version is a date (YYYYMMDDXX)
$release = "1.0.8 beta test"; // User-friendly version number