1
0
mirror of https://github.com/moodle/moodle.git synced 2025-02-19 15:45:59 +01:00
moodle/version.php
2003-08-21 08:22:47 +00:00

14 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 = 2003082101; // The current version is a date (YYYYMMDDXX)
$release = "1.1 Beta +"; // User-friendly version number
?>